From fe8ed3b94d0e01e1f2dc855edc1862cf64880040 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 14 Apr 2022 20:24:35 -0500 Subject: [PATCH] Update 'Maintained' stable branch jobs on master gate We have stable/yoga released and stable/ussuri is in 'Extended Maintenance' state. Current 'Maintained' stable branches are yoga, xena, wallaby, and victoria. As per tempest stable branch testing policy[1], adding the newly released stable/yoga job and remove the EM stable/ussuri job. [1] https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html Change-Id: Ice08a4c26ae88359b958e9eb7e3044c6dd3f13a5 --- .zuul.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 5f13f90..7e1d95b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -10,14 +10,19 @@ voting: true - cloudkitty-tempest-full-v2-storage-elasticsearch: voting: true + - cloudkitty-tempest-full-v2-storage-influxdb-yoga - cloudkitty-tempest-full-v2-storage-influxdb-xena - cloudkitty-tempest-full-v2-storage-influxdb-wallaby - cloudkitty-tempest-full-v2-storage-influxdb-victoria - - cloudkitty-tempest-full-v2-storage-influxdb-ussuri gate: queue: cloudkitty jobs: *cloudkitty_tempest_jobs +- job: + name: cloudkitty-tempest-full-v2-storage-influxdb-yoga + parent: cloudkitty-tempest-full-v2-storage-influxdb + override-checkout: stable/yoga + - job: name: cloudkitty-tempest-full-v2-storage-influxdb-xena parent: cloudkitty-tempest-full-v2-storage-influxdb @@ -32,8 +37,3 @@ name: cloudkitty-tempest-full-v2-storage-influxdb-victoria parent: cloudkitty-tempest-full-v2-storage-influxdb override-checkout: stable/victoria - -- job: - name: cloudkitty-tempest-full-v2-storage-influxdb-ussuri - parent: cloudkitty-tempest-full-v2-storage-influxdb - override-checkout: stable/ussuri