From 9add899f95319e0d5dde85edfe420dae18241511 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 24 Oct 2024 11:37:07 -0700 Subject: [PATCH] Add stable/2024.2 jobs on master gate As 2024.2 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: Change-Id: Ic1912ebf9ce1abe58fabc26538145c4eb3e7cf59 --- .zuul.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 114d800..37829dc 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -9,6 +9,7 @@ - watcher-tempest-functional - watcher-tempest-actuator - watcher-tempest-strategies + - watcher-tempest-functional-2024-2 - watcher-tempest-functional-2024-1 - watcher-tempest-functional-2023-2 - watcher-tempest-functional-2023-1 @@ -16,6 +17,12 @@ jobs: - watcher-tempest-functional +- job: + name: watcher-tempest-functional-2024-2 + parent: watcher-tempest-functional + nodeset: openstack-single-node-jammy + override-checkout: stable/2024.2 + - job: name: watcher-tempest-functional-2024-1 parent: watcher-tempest-functional