From eb8bd6ac814948e89497aabecc10cf75c74dce0e Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Fri, 24 Sep 2021 18:11:46 -0500 Subject: [PATCH] Add Tempest gate job for stable/xena Now we have stable/xena branch ready for devstack and so does for all service projects. This commit adds the Tempest testing for stable/xena by adding new jobs running on stable/xena version of openstack. Change-Id: If6f188aebe48f17d8a343c958cdeb5507421a40b --- zuul.d/project.yaml | 3 +++ zuul.d/stable-jobs.yaml | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 566c2c3f80..7b3b02847b 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -31,6 +31,8 @@ - glance-multistore-cinder-import: voting: false irrelevant-files: *tempest-irrelevant-files + - tempest-full-xena: + irrelevant-files: *tempest-irrelevant-files - tempest-full-wallaby-py3: irrelevant-files: *tempest-irrelevant-files - tempest-full-victoria-py3: @@ -150,6 +152,7 @@ irrelevant-files: *tempest-irrelevant-files periodic-stable: jobs: + - tempest-full-xena - tempest-full-wallaby-py3 - tempest-full-victoria-py3 - tempest-full-ussuri-py3 diff --git a/zuul.d/stable-jobs.yaml b/zuul.d/stable-jobs.yaml index 852bafb2b9..e6824576d9 100644 --- a/zuul.d/stable-jobs.yaml +++ b/zuul.d/stable-jobs.yaml @@ -1,4 +1,9 @@ # NOTE(gmann): This file includes all stable release jobs definition. +- job: + name: tempest-full-xena + parent: tempest-full-py3 + override-checkout: stable/xena + - job: name: tempest-full-wallaby-py3 parent: tempest-full-py3