From 952fe9c76deaa16a5b5915ff1f96cc5d752477c2 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 2 Mar 2022 14:43:34 -0600 Subject: [PATCH] Add tempest-full-centos-9-stream non voting job centos 9 stream is testing runtime for Yoga so let's add it in tempest gate. This job is failing due to bug#1960346 and it will be helpful to know the job status when we add the fixes with below series: - https://review.opendev.org/q/topic:wait_until_sshable_pingable Related-Bug: #1960346 Change-Id: Ib91f67fb9a592e91649e06bb2821f452b36b49f0 --- zuul.d/project.yaml | 2 ++ zuul.d/tempest-specific.yaml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 731a72ab69..e62f24a6eb 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -122,6 +122,8 @@ irrelevant-files: *tempest-irrelevant-files-2 - tempest-full-py3-centos-8-stream: irrelevant-files: *tempest-irrelevant-files + - tempest-full-centos-9-stream: + irrelevant-files: *tempest-irrelevant-files gate: jobs: - openstack-tox-pep8 diff --git a/zuul.d/tempest-specific.yaml b/zuul.d/tempest-specific.yaml index 5b6b702d5e..7d28e5cd4a 100644 --- a/zuul.d/tempest-specific.yaml +++ b/zuul.d/tempest-specific.yaml @@ -82,6 +82,12 @@ # >=5.0.0 with a [libvirt]virt_type of qemu (TCG). configure_swap_size: 4096 +- job: + name: tempest-full-centos-9-stream + parent: tempest-full-py3-centos-8-stream + voting: false + nodeset: devstack-single-node-centos-9-stream + - job: name: tempest-tox-plugin-sanity-check parent: tox