Skip to content

Commit 1a7b2ae

Browse files
committed
Add semaphore-molecule
We would like to limit maximum value of executed CI jobs in the same time. By adding semaphore with limit, should help with that. Signed-off-by: Daniel Pawlik <[email protected]>
1 parent ed55a02 commit 1a7b2ae

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

zuul.d/molecule-base.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
name: cifmw-molecule-base
55
nodeset: centos-stream-9-ibm
66
parent: base-ci-framework
7+
semaphore: semaphore-molecule
78
provides:
89
- cifmw-molecule
910
pre-run:

zuul.d/semaphores.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
- semaphore:
3+
name: semaphore-molecule
4+
max: 15

0 commit comments

Comments
 (0)