From 01ab036562b346bf2a558d96308c7e2d24f65f57 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Sat, 15 Oct 2022 22:42:50 -0500 Subject: [PATCH] Add stable/zed jobs on master gate As zed is released, we should add its job on master gate to keep branchless tempest plugins compatible to stable branch. Also fixing the zuul config error. Ref: Tempest plugins guide for stable branch testing: - https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html Change-Id: I6e71dbd45ec97e65d51c26de092af0da7dd1dea0 --- .zuul.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index da638f1..c494528 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,4 +1,5 @@ - project: + queue: watcher templates: - check-requirements - tempest-plugin-jobs @@ -8,14 +9,20 @@ - watcher-tempest-functional - watcher-tempest-actuator - watcher-tempest-strategies + - watcher-tempest-functional-zed - watcher-tempest-functional-yoga - watcher-tempest-functional-xena - watcher-tempest-functional-wallaby gate: - queue: watcher jobs: - watcher-tempest-functional +- 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