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).

Change-Id: I17b7f878c742fa8db66f738526855a02ab9f1905
This commit is contained in:
Radosław Piliszek 2019-10-16 09:29:15 +02:00
parent ba228529b1
commit f3f4a93e3b

View File

@ -4,7 +4,7 @@
pre-run: tests/pre.yml
run: tests/run.yml
post-run: tests/post.yml
attempts: 1
attempts: 5
timeout: 7200
required-projects:
- openstack/kolla-ansible