Skip to content

Commit 9906dc1

Browse files
committed
Increase semaphore for molecule job
We thought that some molecule CI test will fail less often if less molecule jobs would be computed in the same amount of time. Max server for IBM cloud provider is 25 per host, which means that maximum value is 50. For sure the host would handle that, but let's have some resource reservation to avoid potential problems. Signed-off-by: Daniel Pawlik <[email protected]>
1 parent 1a7b2ae commit 9906dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zuul.d/semaphores.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
- semaphore:
33
name: semaphore-molecule
4-
max: 15
4+
max: 40

0 commit comments

Comments
 (0)