Update stable 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.
Also, removing the stable/xena job as that is in EM
state.
- https://review.opendev.org/c/openstack/releases/+/881254
Ref: Tempest plugins guide for stable branch testing:
- https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html
Change-Id: I39b5296ee68544a43182dcb346a040856d062aca
Ghanshyam Mann authored 3 years ago
Ghanshyam committed 2 years ago
| 24 | 24 | # branches. That is what we need to do for all tempest plugins. Only jobs |
| 25 | 25 | # for the current releasable ("Maintained") stable branches should be listed |
| 26 | 26 | # here. |
| 27 | - cinder-tempest-plugin-basic-2023-1 | |
| 27 | 28 | - cinder-tempest-plugin-basic-zed |
| 28 | 29 | - cinder-tempest-plugin-basic-yoga |
| 29 | - cinder-tempest-plugin-basic-xena | |
| 30 | 30 | - cinder-tempest-plugin-protection-functional |
| 31 | 31 | gate: |
| 32 | 32 | jobs: |
| 37 | 37 | - cinder-tempest-plugin-cbak-ceph |
| 38 | 38 | experimental: |
| 39 | 39 | jobs: |
| 40 | - cinder-tempest-plugin-cbak-ceph-2023-1 | |
| 40 | 41 | - cinder-tempest-plugin-cbak-ceph-zed |
| 41 | 42 | - cinder-tempest-plugin-cbak-ceph-yoga |
| 42 | - cinder-tempest-plugin-cbak-ceph-xena | |
| 43 | 43 | |
| 44 | 44 | - job: |
| 45 | 45 | name: cinder-tempest-plugin-protection-functional |
| 251 | 251 | timeout: 10800 |
| 252 | 252 | |
| 253 | 253 | - job: |
| 254 | name: cinder-tempest-plugin-cbak-ceph-2023-1 | |
| 255 | parent: cinder-tempest-plugin-cbak-ceph | |
| 256 | nodeset: openstack-single-node-jammy | |
| 257 | override-checkout: stable/2023.1 | |
| 258 | ||
| 259 | - job: | |
| 254 | 260 | name: cinder-tempest-plugin-cbak-ceph-zed |
| 255 | 261 | parent: cinder-tempest-plugin-cbak-ceph |
| 256 | 262 | nodeset: openstack-single-node-focal |
| 261 | 267 | parent: cinder-tempest-plugin-cbak-ceph |
| 262 | 268 | nodeset: openstack-single-node-focal |
| 263 | 269 | override-checkout: stable/yoga |
| 264 | ||
| 265 | - job: | |
| 266 | name: cinder-tempest-plugin-cbak-ceph-xena | |
| 267 | parent: cinder-tempest-plugin-cbak-ceph | |
| 268 | nodeset: openstack-single-node-focal | |
| 269 | override-checkout: stable/xena | |
| 270 | ||
| 271 | - job: | |
| 272 | name: cinder-tempest-plugin-cbak-ceph-wallaby | |
| 273 | parent: cinder-tempest-plugin-cbak-ceph | |
| 274 | nodeset: openstack-single-node-focal | |
| 275 | override-checkout: stable/wallaby | |
| 276 | 270 | |
| 277 | 271 | # variant for pre-Ussuri branches (no volume revert for Ceph), |
| 278 | 272 | # should this job be used on those branches |
| 405 | 399 | - ^releasenotes/.*$ |
| 406 | 400 | |
| 407 | 401 | - job: |
| 402 | name: cinder-tempest-plugin-basic-2023-1 | |
| 403 | parent: cinder-tempest-plugin-basic | |
| 404 | nodeset: openstack-single-node-jammy | |
| 405 | override-checkout: stable/2023.1 | |
| 406 | ||
| 407 | - job: | |
| 408 | 408 | name: cinder-tempest-plugin-basic-zed |
| 409 | 409 | parent: cinder-tempest-plugin-basic |
| 410 | 410 | nodeset: openstack-single-node-focal |
| 415 | 415 | parent: cinder-tempest-plugin-basic |
| 416 | 416 | nodeset: openstack-single-node-focal |
| 417 | 417 | override-checkout: stable/yoga |
| 418 | ||
| 419 | - job: | |
| 420 | name: cinder-tempest-plugin-basic-xena | |
| 421 | parent: cinder-tempest-plugin-basic | |
| 422 | nodeset: openstack-single-node-focal | |
| 423 | override-checkout: stable/xena | |