From e41b8d0a94d15163f76631c043ba15d9136966f2 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Thu, 10 Mar 2022 21:11:31 +0100 Subject: [PATCH] Switch fips scenario jobs to Centos stream 9 Those jobs from periodic pipeline were run on Centos Stream 8 so far but lets switch them to new Centos Stream 9. Change-Id: I9d87d1c6d2c5415a4bd602cb6968db4d155f15e1 --- zuul.d/tempest-singlenode.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zuul.d/tempest-singlenode.yaml b/zuul.d/tempest-singlenode.yaml index e6b3355cdb5..38faf7387dd 100644 --- a/zuul.d/tempest-singlenode.yaml +++ b/zuul.d/tempest-singlenode.yaml @@ -592,9 +592,9 @@ - job: name: neutron-ovs-tempest-fips parent: neutron-ovs-tempest-base - nodeset: devstack-single-node-centos-8-stream + nodeset: devstack-single-node-centos-9-stream description: | - Scenario testing for a FIPS enabled Centos 8 system + Scenario testing for a FIPS enabled Centos 9 system pre-run: playbooks/enable-fips.yaml vars: configure_swap_size: 4096 @@ -611,9 +611,9 @@ - job: name: neutron-ovn-tempest-ovs-release-fips parent: neutron-ovn-tempest-ovs-release - nodeset: devstack-single-node-centos-8-stream + nodeset: devstack-single-node-centos-9-stream description: | - Scenario testing for a FIPS enabled Centos 8 system + Scenario testing for a FIPS enabled Centos 9 system pre-run: playbooks/enable-fips.yaml vars: configure_swap_size: 4096