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
Ghanshyam Mann authored 1 year, 6 months ago
Ghanshyam committed 1 year, 6 months ago
| 25 | 25 | - cinder-tempest-plugin-basic-2024-2 |
| 26 | 26 | - cinder-tempest-plugin-basic-2024-1 |
| 27 | 27 | - cinder-tempest-plugin-basic-2023-2 |
| 28 | - cinder-tempest-plugin-basic-2023-1 | |
| 29 | 28 | - cinder-tempest-plugin-protection-functional |
| 30 | 29 | gate: |
| 31 | 30 | jobs: |
| 39 | 38 | - cinder-tempest-plugin-cbak-ceph-2024-2 |
| 40 | 39 | - cinder-tempest-plugin-cbak-ceph-2024-1 |
| 41 | 40 | - cinder-tempest-plugin-cbak-ceph-2023-2 |
| 42 | - cinder-tempest-plugin-cbak-ceph-2023-1 | |
| 43 | 41 | |
| 44 | 42 | - job: |
| 45 | 43 | name: cinder-tempest-plugin-protection-functional |
| 284 | 282 | nodeset: openstack-single-node-jammy |
| 285 | 283 | override-checkout: stable/2023.2 |
| 286 | 284 | |
| 287 | - job: | |
| 288 | name: cinder-tempest-plugin-cbak-ceph-2023-1 | |
| 289 | parent: cinder-tempest-plugin-cbak-ceph | |
| 290 | nodeset: openstack-single-node-jammy | |
| 291 | override-checkout: stable/2023.1 | |
| 292 | ||
| 293 | 285 | # variant for pre-Ussuri branches (no volume revert for Ceph), |
| 294 | 286 | # should this job be used on those branches |
| 295 | 287 | - job: |
| 428 | 420 | parent: cinder-tempest-plugin-basic |
| 429 | 421 | nodeset: openstack-single-node-jammy |
| 430 | 422 | override-checkout: stable/2023.2 |
| 431 | ||
| 432 | - job: | |
| 433 | name: cinder-tempest-plugin-basic-2023-1 | |
| 434 | parent: cinder-tempest-plugin-basic | |
| 435 | nodeset: openstack-single-node-jammy | |
| 436 | override-checkout: stable/2023.1 | |