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

View File

@ -45,7 +45,7 @@
pre-run: tests/playbooks/pre.yml
run: tests/playbooks/run.yml
post-run: tests/playbooks/post.yml
attempts: 1
attempts: 5
required-projects:
- openstack/kolla-ansible
- openstack/requirements