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
This commit is contained in:
Takashi Kajinami 2022-12-16 00:26:26 +09:00
parent 2094101f9b
commit c9d467f180

View File

@ -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