summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Johnson <johnsomor@gmail.com>2022-04-26 23:09:45 +0000
committerAndre Aranha <afariasa@redhat.com>2023-02-27 15:52:41 +0000
commit19c776c426edc6d50f8b59e5d30078a2dc3f0272 (patch)
tree3533eaf9101f2f36e2ce79e08c46f1ff1b6954e8
parent45801afaaf085c606fb84ea5059ef82ce1c94c52 (diff)
downloaddesignate-19c776c426edc6d50f8b59e5d30078a2dc3f0272.tar.gz
Switch CentOS jobs over to CentOS 9 Stream
Since Devstack is dropping CentOS 8 Stream[1], we need to move our jobs over to CentOS 9 Stream. Now that there is a "devstack-single-node-centos-9-stream" nodeset we can remove our local CentOS 9 Stream nodeset. [1] http://lists.openstack.org/pipermail/openstack-discuss/2022-April/028321.html Change-Id: I1c8dfec7bd2b5f80b12d7229e47ef8ff70bd283b (cherry picked from commit 970175de37e7d14835c1027f9c889142ba3df7bc)
-rw-r--r--.zuul.yaml15
1 files changed, 11 insertions, 4 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index abd13a36..a897c440 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -47,12 +47,14 @@
parent: designate-base
- job:
- name: designate-bind9-centos8stream-fips
+ name: designate-bind9-centos9stream-fips
parent: designate-bind9
- nodeset: devstack-single-node-centos-8-stream
+ nodeset: devstack-single-node-centos-9-stream
description: |
- Functional testing for a FIPS enabled Centos 8 stream system
+ Functional testing for a FIPS enabled Centos 9 stream system
pre-run: playbooks/enable-fips.yaml
+ vars:
+ nslookup_target: 'opendev.org'
- job:
name: designate-bind9-scoped-tokens
@@ -73,6 +75,11 @@
enforce_new_defaults: True
- job:
+ name: designate-bind9-centos-9-stream
+ parent: designate-bind9
+ nodeset: devstack-single-node-centos-9-stream
+
+- job:
name: designate-pdns4
post-run: playbooks/designate-pdns4/post.yaml
parent: designate-base
@@ -154,7 +161,7 @@
check:
jobs:
- designate-bind9
- - designate-bind9-centos8stream-fips:
+ - designate-bind9-centos9stream-fips:
voting: false
- designate-bind9-scoped-tokens
- designate-pdns4