Update stable branch jobs
Remove yoga (which is now Unmaintained) and add 2023.2 (Bobcat, which is the most recent Maintained branch). Change-Id: I1966f79a724ea27c729e5a31162a090d65a1aa02
This commit is contained in:
parent
c00cb0ad7d
commit
bda383efae
28
.zuul.yaml
28
.zuul.yaml
@ -25,9 +25,9 @@
|
||||
# branches. That is what we need to do for all tempest plugins. Only jobs
|
||||
# for the current releasable ("Maintained") stable branches should be listed
|
||||
# here.
|
||||
- cinder-tempest-plugin-basic-2023-2
|
||||
- cinder-tempest-plugin-basic-2023-1
|
||||
- cinder-tempest-plugin-basic-zed
|
||||
- cinder-tempest-plugin-basic-yoga
|
||||
- cinder-tempest-plugin-protection-functional
|
||||
gate:
|
||||
jobs:
|
||||
@ -38,9 +38,9 @@
|
||||
- cinder-tempest-plugin-cbak-ceph
|
||||
experimental:
|
||||
jobs:
|
||||
- cinder-tempest-plugin-cbak-ceph-2023-2
|
||||
- cinder-tempest-plugin-cbak-ceph-2023-1
|
||||
- cinder-tempest-plugin-cbak-ceph-zed
|
||||
- cinder-tempest-plugin-cbak-ceph-yoga
|
||||
|
||||
- job:
|
||||
name: cinder-tempest-plugin-protection-functional
|
||||
@ -268,6 +268,12 @@
|
||||
CINDER_QUOTA_VOLUMES: 25
|
||||
timeout: 10800
|
||||
|
||||
- job:
|
||||
name: cinder-tempest-plugin-cbak-ceph-2023-2
|
||||
parent: cinder-tempest-plugin-cbak-ceph
|
||||
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
|
||||
@ -280,12 +286,6 @@
|
||||
nodeset: openstack-single-node-focal
|
||||
override-checkout: stable/zed
|
||||
|
||||
- job:
|
||||
name: cinder-tempest-plugin-cbak-ceph-yoga
|
||||
parent: cinder-tempest-plugin-cbak-ceph
|
||||
nodeset: openstack-single-node-focal
|
||||
override-checkout: stable/yoga
|
||||
|
||||
# variant for pre-Ussuri branches (no volume revert for Ceph),
|
||||
# should this job be used on those branches
|
||||
- job:
|
||||
@ -415,6 +415,12 @@
|
||||
- ^doc/.*$
|
||||
- ^releasenotes/.*$
|
||||
|
||||
- job:
|
||||
name: cinder-tempest-plugin-basic-2023-2
|
||||
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
|
||||
@ -426,9 +432,3 @@
|
||||
parent: cinder-tempest-plugin-basic
|
||||
nodeset: openstack-single-node-focal
|
||||
override-checkout: stable/zed
|
||||
|
||||
- job:
|
||||
name: cinder-tempest-plugin-basic-yoga
|
||||
parent: cinder-tempest-plugin-basic
|
||||
nodeset: openstack-single-node-focal
|
||||
override-checkout: stable/yoga
|
||||
|
Loading…
Reference in New Issue
Block a user