From 04dd51dcd9d4392bba38c683f1ecb150c981748d Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 6 Nov 2024 11:24:22 -0800 Subject: [PATCH] Remove stable/2023.1 job from master gate stable/2023.1 is planned to be in unmaintained state[1] and with python 3.8 drop from Tempest[2], we have to pin the Tempest for stable/2023.1 testing[3]. This means Tempest and its plugin master does not need to support stable/2023.1. With that we can remove the stable/2023.1 jobs from tempest plugin master jobs. [1] https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/UDQAC7SR5JAQJE5WBAG54A2MTBVBTJ44/ [2] https://review.opendev.org/c/openstack/tempest/+/933398 [3] https://review.opendev.org/c/openstack/devstack/+/933704 Change-Id: I5e75e58c587cbc0055bb66acd9687bd3a97f73de --- .zuul.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 37829dc..548b636 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -12,7 +12,6 @@ - watcher-tempest-functional-2024-2 - watcher-tempest-functional-2024-1 - watcher-tempest-functional-2023-2 - - watcher-tempest-functional-2023-1 gate: jobs: - watcher-tempest-functional @@ -34,9 +33,3 @@ parent: watcher-tempest-functional nodeset: openstack-single-node-jammy override-checkout: stable/2023.2 - -- job: - name: watcher-tempest-functional-2023-1 - parent: watcher-tempest-functional - nodeset: openstack-single-node-jammy - override-checkout: stable/2023.1