From d86c173670c049972e5b9cf0184d2d5fd17cdba4 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 29 Apr 2021 18:43:42 -0500 Subject: [PATCH] Add victoria/wallaby stable branch jobs on master gate We have stable/victoria and stable/wallaby released so we should add their job on master gate to keep branchless tempest plugins compatible to those branch. This also removes the stable/stein job as that is in EM state now. Ref: Tempest plugins guide for stable branch testing: - https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html Change-Id: Ie50c7345b9b56185213e3cd034a30920591cc572 --- .zuul.yaml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 649bd1a..2aa09cc 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,9 +5,10 @@ check: jobs: - ec2api-tempest-plugin-functional + - ec2api-tempest-plugin-functional-wallaby + - ec2api-tempest-plugin-functional-victoria - ec2api-tempest-plugin-functional-ussuri - ec2api-tempest-plugin-functional-train - - ec2api-tempest-plugin-functional-stein gate: queue: ec2-api jobs: @@ -38,6 +39,16 @@ tempest_plugins: - ec2api-tempest-plugin +- job: + name: ec2api-tempest-plugin-functional-wallaby + parent: ec2api-tempest-plugin-functional + override-checkout: stable/wallaby + +- job: + name: ec2api-tempest-plugin-functional-victoria + parent: ec2api-tempest-plugin-functional + override-checkout: stable/victoria + - job: name: ec2api-tempest-plugin-functional-ussuri parent: ec2api-tempest-plugin-functional @@ -48,11 +59,6 @@ parent: ec2api-tempest-plugin-functional override-checkout: stable/train -- job: - name: ec2api-tempest-plugin-functional-stein - parent: ec2api-tempest-plugin-functional - override-checkout: stable/stein - - job: name: ec2api-tempest-plugin-functional-full parent: ec2api-tempest-plugin-functional