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
This commit is contained in:
Mark Goddard 2019-10-21 15:48:01 +01:00
parent 3887db89af
commit 98fb7dc8ff
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
pre-run: tests/playbooks/pre.yml
run: tests/playbooks/run.yml
post-run: tests/playbooks/post.yml
attempts: 1
attempts: 5
irrelevant-files:
- ^.*\.rst$
- ^doc/.*