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: I00426388dfef92867ea32ee018006fc2dba7d16a
diff --git a/.zuul.yaml b/.zuul.yaml
index c089396..85091d8 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -26,7 +26,6 @@
- cinder-tempest-plugin-basic-2024-2
- cinder-tempest-plugin-basic-2024-1
- cinder-tempest-plugin-basic-2023-2
- - cinder-tempest-plugin-basic-2023-1
- cinder-tempest-plugin-protection-functional
gate:
jobs:
@@ -40,7 +39,6 @@
- cinder-tempest-plugin-cbak-ceph-2024-2
- cinder-tempest-plugin-cbak-ceph-2024-1
- cinder-tempest-plugin-cbak-ceph-2023-2
- - cinder-tempest-plugin-cbak-ceph-2023-1
- job:
name: cinder-tempest-plugin-protection-functional
@@ -285,12 +283,6 @@
nodeset: openstack-single-node-jammy
override-checkout: stable/2023.2
-- job:
- name: cinder-tempest-plugin-cbak-ceph-2023-1
- parent: cinder-tempest-plugin-cbak-ceph
- nodeset: openstack-single-node-jammy
- override-checkout: stable/2023.1
-
# variant for pre-Ussuri branches (no volume revert for Ceph),
# should this job be used on those branches
- job:
@@ -429,9 +421,3 @@
parent: cinder-tempest-plugin-basic
nodeset: openstack-single-node-jammy
override-checkout: stable/2023.2
-
-- job:
- name: cinder-tempest-plugin-basic-2023-1
- parent: cinder-tempest-plugin-basic
- nodeset: openstack-single-node-jammy
- override-checkout: stable/2023.1