From c9d467f180e7072c97ebf84250499f548bd5f52a Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 16 Dec 2022 00:26:26 +0900 Subject: [PATCH] Remove centos8 wallaby tripleo jobs TripleO has decided to drop all centos8 wallaby jobs. This removes the c8s tripleo jobs from Puppet OpenStack repos. Note that CentOS Stream 9 is not officially supported by stable/wallaby release of our modules so the job is kept non-voting. Change-Id: I23cc39f081aa119d4001813b28ef27ca840f6997 --- .zuul.yaml | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 64910c486..8a8ef0c40 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -9,17 +9,14 @@ check: jobs: - puppet-neutron-tripleo-standalone - - puppet-neutron-tripleo-centos-9-standalone - gate: - jobs: - - puppet-neutron-tripleo-standalone - job: name: puppet-neutron-tripleo-standalone - parent: tripleo-puppet-ci-centos-8-standalone + parent: tripleo-puppet-ci-centos-9-standalone description: | TripleO standalone Job running Neutron specific Tempest tests. - vars: &standalone_vars + voting: false + vars: consumer_job: true build_container_images: false remove_tags: @@ -29,15 +26,5 @@ tempest_test_whitelist: - 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops' use_os_tempest: true - dependencies: - - tripleo-puppet-ci-centos-8-content-provider - -- job: - name: puppet-neutron-tripleo-centos-9-standalone - voting: false - parent: tripleo-puppet-ci-centos-9-standalone - description: | - TripleO standalone Job running Neutron specific Tempest tests. - vars: *standalone_vars dependencies: - tripleo-puppet-ci-centos-9-content-provider