Skip to content

Commit 18fdfd0

Browse files
committed
ci: run only one qemu job per physical box
1 parent 8e0de45 commit 18fdfd0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gitlab/flash.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44

55
#
66
# QEMU
7+
# (tagged as ga-qemu to limit jobs to one per physical CI box)
78
#
89
.flash_qemu_template:
910
stage: flash
10-
tags: [ ga ]
11+
tags: [ ga-qemu ]
1112
variables:
1213
# Skip submodule sync to make flashing/testing faster
1314
GIT_SUBMODULE_STRATEGY: none

0 commit comments

Comments
 (0)