From 5334331b20641e3278378e0777961de72175110f Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Sat, 15 Oct 2022 22:47:32 -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. Ref: Tempest plugins guide for stable branch testing: - https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html Change-Id: Ie8a57fa9e5ef8bef775b8ab78b7d04bceaf795ed --- .zuul.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index ee849d1..32b1c08 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -8,6 +8,7 @@ jobs: - blazar-tempest-plugin-base - blazar-tempest-plugin-ipv6-only + - blazar-tempest-plugin-zed - blazar-tempest-plugin-yoga - blazar-tempest-plugin-xena - blazar-tempest-plugin-wallaby @@ -64,6 +65,12 @@ - ^doc/.*$ - ^releasenotes/.*$ +- job: + name: blazar-tempest-plugin-zed + parent: blazar-tempest-plugin-base + nodeset: openstack-single-node-focal + override-checkout: stable/zed + - job: name: blazar-tempest-plugin-yoga parent: blazar-tempest-plugin-base