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: I2a095f3391dc12e242daad2c214bff0b8f41abf1
This commit is contained in:
Takashi Kajinami 2022-12-16 00:24:59 +09:00
parent e9796789af
commit 14b926598b
1 changed files with 3 additions and 14 deletions

View File

@ -8,28 +8,17 @@
check:
jobs:
- puppet-keystone-tripleo-standalone
- puppet-keystone-tripleo-centos-9-standalone
gate:
jobs:
- puppet-keystone-tripleo-standalone
- job:
name: puppet-keystone-tripleo-standalone
parent: tripleo-puppet-ci-centos-8-standalone
parent: tripleo-puppet-ci-centos-9-standalone
description: |
TripleO standalone Job running Identity specific Tempest tests.
vars: &standalone_vars
voting: false
vars:
build_container_images: true
featureset_override:
run_tempest: false
tempest_test_whitelist:
- 'tempest.api.identity.v3'
use_os_tempest: true
- job:
name: puppet-keystone-tripleo-centos-9-standalone
parent: tripleo-puppet-ci-centos-9-standalone
description: |
TripleO standalone Job running Identity specific Tempest tests.
voting: false
vars: *standalone_vars