From a93eff4b2e74a3aed9b7114db9480630baeb0268 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 8 Jun 2023 21:07:35 -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: Ic55417d33e0ab4f5ede51b92f9d91e5befc60107 --- .zuul.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 9cae873..33777bb 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -11,12 +11,19 @@ voting: true - cloudkitty-tempest-full-v2-storage-elasticsearch: voting: true + - cloudkitty-tempest-full-v2-storage-influxdb-2023-1 - cloudkitty-tempest-full-v2-storage-influxdb-zed - cloudkitty-tempest-full-v2-storage-influxdb-yoga - cloudkitty-tempest-full-v2-storage-influxdb-xena gate: jobs: *cloudkitty_tempest_jobs +- job: + name: cloudkitty-tempest-full-v2-storage-influxdb-2023-1 + parent: cloudkitty-tempest-full-v2-storage-influxdb + nodeset: openstack-single-node-jammy + override-checkout: stable/2023.1 + - job: name: cloudkitty-tempest-full-v2-storage-influxdb-zed parent: cloudkitty-tempest-full-v2-storage-influxdb