From c72b3d1f3827d68a9af7c435b10efd648dd0dbf9 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Wed, 1 Jun 2022 22:27:45 +0200 Subject: [PATCH] Switch Fedora based job to Centos Stream Now it's better to use Centos Stream than Fedora as it should be more stable and closer to RHEL really. So lets switch Fedora based periodic/experimental job to the Centos 9 Stream. Change-Id: I8aa5d563134b988afb6369a59fa76d44e1f6db6e --- zuul.d/job-templates.yaml | 4 ++-- zuul.d/tempest-singlenode.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/zuul.d/job-templates.yaml b/zuul.d/job-templates.yaml index c0b09901a59..8fa7d4f285e 100644 --- a/zuul.d/job-templates.yaml +++ b/zuul.d/job-templates.yaml @@ -73,7 +73,7 @@ - neutron-ovn-tempest-mariadb-full - neutron-ovn-tempest-ovs-release - neutron-ovn-tempest-ovs-release-ipv6-only - - neutron-ovn-tempest-ovs-master-fedora + - neutron-ovn-tempest-ovs-master-centos-9-stream - neutron-ovn-tempest-with-neutron-lib-master - neutron-ovs-tempest-fips - neutron-ovn-tempest-ovs-release-fips @@ -115,7 +115,7 @@ - neutron-ovn-tempest-mariadb-full - neutron-ovn-tempest-ovs-release - neutron-ovn-tempest-ovs-release-ipv6-only - - neutron-ovn-tempest-ovs-master-fedora + - neutron-ovn-tempest-ovs-master-centos-9-stream - neutron-ovn-tempest-with-neutron-lib-master - neutron-ovs-tempest-fips - neutron-ovn-tempest-ovs-release-fips diff --git a/zuul.d/tempest-singlenode.yaml b/zuul.d/tempest-singlenode.yaml index 1ae10df815e..ec540094d76 100644 --- a/zuul.d/tempest-singlenode.yaml +++ b/zuul.d/tempest-singlenode.yaml @@ -586,10 +586,10 @@ OVS_BRANCH: master - job: - name: neutron-ovn-tempest-ovs-master-fedora - description: Job testing for devstack/tempest testing Neutron with ovn driver and OVN master branch and Fedora + name: neutron-ovn-tempest-ovs-master-centos-9-stream + description: Job testing for devstack/tempest testing Neutron with ovn driver and OVN master branch and CentOS 9-Stream parent: neutron-ovn-tempest-ovs-master - nodeset: devstack-single-node-fedora-latest + nodeset: devstack-single-node-centos-9-stream vars: zuul_copy_output: '{{ devstack_base_dir }}/data/ovs': 'logs'