From 1d4dab1452bfeb79ff5c0bbfdf18b5546c1c99d0 Mon Sep 17 00:00:00 2001 From: Marios Andreou Date: Tue, 1 Mar 2022 18:30:19 +0200 Subject: [PATCH] Add centos-9 jobs for wallaby zuul layout Adds puppet-swift-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: Ida9120984b6f3548d84547cd0e65324538ef489c --- .zuul.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 535badf2..3f5cf01d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -8,6 +8,7 @@ check: jobs: - puppet-swift-tripleo-standalone + - puppet-swift-tripleo-centos-9-standalone gate: jobs: - puppet-swift-tripleo-standalone @@ -17,10 +18,18 @@ parent: tripleo-puppet-ci-centos-8-standalone description: | TripleO standalone Job running Object Storage specific Tempest tests. - vars: + vars: &standalone_vars build_container_images: true featureset_override: run_tempest: false tempest_test_whitelist: - 'tempest.api.object_storage.test_object_services.ObjectTest' use_os_tempest: true + +- job: + name: puppet-swift-tripleo-centos-9-standalone + parent: tripleo-puppet-ci-centos-9-standalone + description: | + TripleO standalone Job running Object Storage specific Tempest tests. + voting: false + vars: *standalone_vars