Make CentOS 9 Stream job non-voting

Devstack is using poor settings when generating certificates when tls-proxy
is enabled[1]. These settings do not work at all on CentOS 9 Stream causing
devtack to fail[2].
This patch will make the CentOS 9 Stream job non-voting until devstack can be
fixed.

[1] https://opendev.org/openstack/devstack/src/branch/master/lib/tls#L304
[2] https://zuul.opendev.org/t/openstack/build/1d90b22a39c74e24a8390861b3c5f957/log/job-output.txt#5535

Change-Id: I9ea2bdb73854b10c155a44f6025f07b433d407c3
This commit is contained in:
Michael Johnson 2022-02-28 16:36:14 +00:00
parent 344c5a92f4
commit 694d189f36
1 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,8 @@
- designate-bind9
- designate-bind9-centos8stream-fips:
voting: false
- designate-bind9-centos-9-stream
- designate-bind9-centos-9-stream:
voting: false
- designate-bind9-scoped-tokens
- designate-pdns4
- designate-grenade-pdns4
@ -188,7 +189,6 @@
queue: designate
jobs:
- designate-bind9
- designate-bind9-centos-9-stream
- designate-bind9-scoped-tokens
- designate-pdns4
- designate-grenade-pdns4