From 1036f53ae8ff129440ed3d18dfec14e426e23224 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 8 Jun 2023 22:26:00 -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: I07f37a364b12e1c2e1c6a23ab22ff6c56ef315ea --- .zuul.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 3370f89..366a1bf 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -6,6 +6,7 @@ check: jobs: - ec2api-tempest-plugin-functional + - ec2api-tempest-plugin-functional-2023-1 - ec2api-tempest-plugin-functional-zed - ec2api-tempest-plugin-functional-yoga - ec2api-tempest-plugin-functional-xena @@ -39,6 +40,12 @@ neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin tempest_plugins: - ec2api-tempest-plugin + +- job: + name: ec2api-tempest-plugin-functional-2023-1 + parent: ec2api-tempest-plugin-functional + nodeset: openstack-single-node-jammy + override-checkout: stable/2023.1 - job: name: ec2api-tempest-plugin-functional-zed parent: ec2api-tempest-plugin-functional