Skip to content

Commit ff815ba

Browse files
committed
CI: Increase job run attempts to 5
Attempts affect pre failures. This means we can increase stability of jobs by rejecting nodes that fail pre without failing runs at the same time (unless we are really unlucky and hit b0rken nodes 5 times in a row). This change is adapted from I17b7f878c742fa8db66f738526855a02ab9f1905 in kolla-ansible. Change-Id: Ied5d2cb8ffa47b90833ee3cf241797601906f9b2 (cherry picked from commit 98fb7dc)
1 parent d6d5790 commit ff815ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.zuul.d/base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
pre-run: tests/playbooks/pre.yml
4646
run: tests/playbooks/run.yml
4747
post-run: tests/playbooks/post.yml
48-
attempts: 1
48+
attempts: 5
4949
irrelevant-files:
5050
- ^.*\.rst$
5151
- ^doc/.*

0 commit comments

Comments
 (0)