From 205864bf25919aeaf40f790f697f6dadd88b6764 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Sat, 15 Oct 2022 22:22:16 -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: I2fa5a56b2822a83ba63e2dc893e9d9bb3bf2c4ec --- .zuul.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index a3e89b0..3b42726 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -6,6 +6,7 @@ check: jobs: - ec2api-tempest-plugin-functional + - ec2api-tempest-plugin-functional-zed - ec2api-tempest-plugin-functional-yoga - ec2api-tempest-plugin-functional-xena - ec2api-tempest-plugin-functional-wallaby @@ -39,6 +40,11 @@ neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin tempest_plugins: - ec2api-tempest-plugin +- job: + name: ec2api-tempest-plugin-functional-zed + parent: ec2api-tempest-plugin-functional + nodeset: openstack-single-node-focal + override-checkout: stable/zed - job: name: ec2api-tempest-plugin-functional-yoga parent: ec2api-tempest-plugin-functional