[CI] Nullify attempts
Per Clark Boylan's feedback [1], retries cause a retry not only for pre playbook failures but also for cases where Ansible detects network connectivity issues and they are caused by disks getting filled to their fullest. This is an issue we experience that sometimes results in a POST_FAILURE but certain FAILUREs are retried which wastes CI resources. The problematic jobs are ceph jobs. They are to be looked into. Backport to all branches. We can adjust retries for the core jobs that do not exhibit the nasty behaviour but first we can try running without retries to measure the troublesomeness. [1] https://review.opendev.org/c/openstack/kolla-ansible/+/843536 Change-Id: I32fc296083b4881e8f457f4235a32f94ed819d9f
This commit is contained in:
parent
15a81a2883
commit
153956e458
@ -4,7 +4,6 @@
|
||||
pre-run: tests/pre.yml
|
||||
run: tests/run.yml
|
||||
post-run: tests/post.yml
|
||||
attempts: 5
|
||||
timeout: 7200
|
||||
post-timeout: 1800
|
||||
required-projects:
|
||||
|
Loading…
Reference in New Issue
Block a user