Skip to content

Commit 4734cf6

Browse files
authored
zuul: only run two deployments (#2602)
Signed-off-by: Christian Berendt <[email protected]>
1 parent 9f129cb commit 4734cf6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.zuul.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@
66
- name: orchestrator
77
label: testbed-orchestrator
88

9+
- semaphore:
10+
name: semaphore-testbed
11+
max: 2
12+
913
- job:
1014
name: abstract-testbed-deploy
1115
abstract: true
1216
parent: base-extra-logs
17+
semaphores:
18+
- name: semaphore-testbed
1319
pre-run: playbooks/pre.yml
1420
nodeset: testbed-orchestrator
1521
run: playbooks/deploy.yml

0 commit comments

Comments
 (0)