Cleanup zuul jobs a bit

These sorts of changes should likely be made across all of kolla. I'm
pushing the update to victoria because 843400 is a victoria change that
caused me to look into this.

First up kolla-ansible-centos8s-source-upgrade-ceph-ansible is a
multinode job that retries many times, is non voting, and a check only
job. The value of a job like this on a stable branch is likely minimal.

First we remove the non default attempts value on the base job. You
should set this per job instead only when necessary and after debugging
why jobs retry excessively. Please avoid overriding defaults like this
for all the jobs as it is easy for peopel to forget the setting is in
place.

Next move the job to the experimental queue. If it is non voting and
rarely passes it can be manually triggered by individuals that are
working to correct the job that rarely succeeds. Then once reliable the
job can be added back to the check pipeline.

Change-Id: Ie468f5170c9df8a235953337753043f5b9f74578
(cherry picked from commit 99410ae6e4)
This commit is contained in:
Clark Boylan 2022-05-26 10:30:04 -07:00 committed by Radosław Piliszek
parent 039009bd70
commit ea0a46b3d3
1 changed files with 0 additions and 1 deletions

View File

@ -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: