From 65c81be68d9eb94a49e435582125bd472befa0da Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Tue, 18 Jan 2022 18:38:56 -0600 Subject: [PATCH] Add stable/xena jobs on master gate We have stable/xena released so we should add their job on master gate to keep branchless tempest plugins compatible to stable branch. This also removes the stable/train job as that is in EM state now. Ref: Tempest plugins guide for stable branch testing: - https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html Change-Id: I78a046f576a9fb666c11b8a15134dc46bb3537bf --- .zuul.yaml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 9531972..c49b100 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -7,10 +7,10 @@ jobs: - blazar-tempest-plugin-base - blazar-tempest-plugin-ipv6-only + - blazar-tempest-plugin-xena - blazar-tempest-plugin-wallaby - blazar-tempest-plugin-victoria - blazar-tempest-plugin-ussuri - - blazar-tempest-plugin-train gate: queue: blazar jobs: @@ -65,6 +65,11 @@ - ^doc/.*$ - ^releasenotes/.*$ +- job: + name: blazar-tempest-plugin-xena + parent: blazar-tempest-plugin-base + override-checkout: stable/xena + - job: name: blazar-tempest-plugin-wallaby parent: blazar-tempest-plugin-base @@ -80,12 +85,3 @@ parent: blazar-tempest-plugin-base nodeset: openstack-single-node-bionic override-checkout: stable/ussuri - -- job: - name: blazar-tempest-plugin-train - parent: blazar-tempest-plugin-base - nodeset: openstack-single-node-bionic - override-checkout: stable/train - vars: - devstack_localrc: - USE_PYTHON3: True