From 0076e32280907c7de660c31017a58440db88432d Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 18 Apr 2024 16:37:54 -0700 Subject: [PATCH] Add stable/2023.2|2024.1 jobs on master gate As 2023.2 and 2024.1 is released, we should add its job on master gate to keep branchless tempest plugins compatible to stable branch. Removing <= zed stable release jobs as that is in unmaintained phase. Ref: Tempest plugins guide for stable branch testing: - https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html Change-Id: Ib343bd15c5c96113452d5dda4ab7eeb6feb9e83f --- .zuul.yaml | 42 ++++++++++++++---------------------------- 1 file changed, 14 insertions(+), 28 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 994d572..114d800 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -9,41 +9,27 @@ - watcher-tempest-functional - watcher-tempest-actuator - watcher-tempest-strategies + - watcher-tempest-functional-2024-1 + - watcher-tempest-functional-2023-2 - watcher-tempest-functional-2023-1 - - watcher-tempest-functional-zed - - watcher-tempest-functional-yoga - - watcher-tempest-functional-xena - - watcher-tempest-functional-wallaby gate: jobs: - watcher-tempest-functional +- job: + name: watcher-tempest-functional-2024-1 + parent: watcher-tempest-functional + nodeset: openstack-single-node-jammy + override-checkout: stable/2024.1 + +- job: + name: watcher-tempest-functional-2023-2 + parent: watcher-tempest-functional + nodeset: openstack-single-node-jammy + override-checkout: stable/2023.2 + - job: name: watcher-tempest-functional-2023-1 parent: watcher-tempest-functional nodeset: openstack-single-node-jammy override-checkout: stable/2023.1 - -- job: - name: watcher-tempest-functional-zed - parent: watcher-tempest-functional - nodeset: openstack-single-node-focal - override-checkout: stable/zed - -- job: - name: watcher-tempest-functional-yoga - parent: watcher-tempest-functional - nodeset: openstack-single-node-focal - override-checkout: stable/yoga - -- job: - name: watcher-tempest-functional-xena - parent: watcher-tempest-functional - nodeset: openstack-single-node-focal - override-checkout: stable/xena - -- job: - name: watcher-tempest-functional-wallaby - parent: watcher-tempest-functional - nodeset: openstack-single-node-focal - override-checkout: stable/wallaby