From bc876896a7892056f9f682c2dbcc6c2fb10b01fa Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 8 Jun 2023 22:25:02 -0500 Subject: [PATCH] Add stable/2023.1 jobs on master gate As 2023.1 is released, we should add its job on master gate to keep branchless tempest plugins compatible to stable branch. Ref: Tempest plugins guide for stable branch testing: - https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html Change-Id: Ia44a2a9f4765e897e3788037ad2db86a0f58a28b --- .zuul.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index c494528..994d572 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -9,6 +9,7 @@ - watcher-tempest-functional - watcher-tempest-actuator - watcher-tempest-strategies + - watcher-tempest-functional-2023-1 - watcher-tempest-functional-zed - watcher-tempest-functional-yoga - watcher-tempest-functional-xena @@ -17,6 +18,12 @@ jobs: - watcher-tempest-functional +- 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