From 12c9fbd583a25d07a0f4670e6d827c6ac57a1468 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 25 Apr 2024 17:30:31 -0700 Subject: [PATCH] Add stable/2024.1 jobs on master gate As 2024.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: Iffc0199dcdb88504ff75179c444c3706968b1ba0 --- .zuul.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index d0df7eb..023f6a4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -8,6 +8,7 @@ jobs: - blazar-tempest-plugin-base - blazar-tempest-plugin-ipv6-only + - blazar-tempest-plugin-2024-1 - blazar-tempest-plugin-2023-2 - blazar-tempest-plugin-2023-1 gate: @@ -63,6 +64,12 @@ - ^doc/.*$ - ^releasenotes/.*$ +- job: + name: blazar-tempest-plugin-2024-1 + parent: blazar-tempest-plugin-base + nodeset: openstack-single-node-jammy + override-checkout: stable/2024.1 + - job: name: blazar-tempest-plugin-2023-2 parent: blazar-tempest-plugin-base