Add centos-9 jobs for wallaby zuul layout

Adds puppet-glance-tripleo-centos-9-standalone definition
and into the check zuul layout. This is added as non voting
as puppet openstack will not support c9 on wallaby.
See the topic branch [1] for related reviews and [2] for context.

[1] https://review.opendev.org/q/topic:c9_wallaby_gates
[2] http://lists.openstack.org/pipermail/openstack-discuss/2022-February/027403.html

Depends-On: https://review.opendev.org/c/openstack/puppet-openstack-integration/+/831206
Change-Id: Id2b3611fe6de5aad68a39918ef143aaf3b4618b1
This commit is contained in:
Marios Andreou 2022-03-02 11:53:31 +02:00
parent adc1f24f52
commit a88938377f
1 changed files with 10 additions and 1 deletions

View File

@ -8,6 +8,7 @@
check:
jobs:
- puppet-glance-tripleo-standalone
- puppet-glance-tripleo-centos-9-standalone
gate:
jobs:
- puppet-glance-tripleo-standalone
@ -17,10 +18,18 @@
parent: tripleo-puppet-ci-centos-8-standalone
description: |
TripleO standalone Job running Glance specific Tempest tests.
vars:
vars: &standalone_vars
build_container_images: true
featureset_override:
run_tempest: false
tempest_test_whitelist:
- 'tempest.scenario.test_server_basic_ops'
use_os_tempest: true
- job:
name: puppet-glance-tripleo-centos-9-standalone
parent: tripleo-puppet-ci-centos-9-standalone
description: |
TripleO standalone Job running Glance specific Tempest tests.
voting: false
vars: *standalone_vars