From 8af1d1a416e7cd0ce33c5b78b0e1d2cbdead2602 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 8 Jun 2023 20:50:55 -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: Id27c73a530820dd08b9d85843844d2e151212d72 --- .zuul.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 87412c9..bd8650d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -6,6 +6,7 @@ check: jobs: - magnum-tempest-plugin-tests-api + - magnum-tempest-plugin-tests-api-2023-1 - magnum-tempest-plugin-tests-api-zed - magnum-tempest-plugin-tests-api-yoga - magnum-tempest-plugin-tests-api-xena @@ -14,6 +15,12 @@ jobs: - magnum-tempest-plugin-tests-api +- job: + name: magnum-tempest-plugin-tests-api-2023-1 + parent: magnum-tempest-plugin-tests-api + nodeset: openstack-single-node-jammy + override-checkout: stable/2023.1 + - job: name: magnum-tempest-plugin-tests-api-zed parent: magnum-tempest-plugin-tests-api