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@> [2] https://review.opendev.org/c/openstack/tempest/+/933398 [3] https://review.opendev.org/c/openstack/devstack/+/933704 Change-Id: I738701d964baff7865b1841277fbbc9483906d79
This commit is contained in:
parent
f1fd86805e
commit
f0ab144aaf
21
.zuul.yaml
21
.zuul.yaml
@ -68,12 +68,6 @@
|
||||
nodeset: openstack-single-node-jammy
|
||||
override-checkout: stable/2023.2
|
||||
|
||||
- job:
|
||||
name: zaqar-tempest-plugin-mongodb-2023-1
|
||||
parent: zaqar-tempest-plugin-mongodb
|
||||
nodeset: openstack-single-node-jammy
|
||||
override-checkout: stable/2023.1
|
||||
|
||||
- job:
|
||||
name: zaqar-tempest-plugin-redis
|
||||
parent: zaqar-tempest-plugin-base
|
||||
@ -99,12 +93,6 @@
|
||||
nodeset: openstack-single-node-jammy
|
||||
override-checkout: stable/2023.2
|
||||
|
||||
- job:
|
||||
name: zaqar-tempest-plugin-redis-2023-1
|
||||
parent: zaqar-tempest-plugin-redis
|
||||
nodeset: openstack-single-node-jammy
|
||||
override-checkout: stable/2023.1
|
||||
|
||||
- job:
|
||||
name: zaqar-tempest-plugin-swift
|
||||
parent: zaqar-tempest-plugin-base
|
||||
@ -135,12 +123,6 @@
|
||||
nodeset: openstack-single-node-jammy
|
||||
override-checkout: stable/2023.2
|
||||
|
||||
- job:
|
||||
name: zaqar-tempest-plugin-swift-2023-1
|
||||
parent: zaqar-tempest-plugin-swift
|
||||
nodeset: openstack-single-node-jammy
|
||||
override-checkout: stable/2023.1
|
||||
|
||||
- job:
|
||||
name: zaqar-tempest-plugin-swift-ipv6
|
||||
parent: zaqar-tempest-plugin-base-ipv6
|
||||
@ -154,17 +136,14 @@
|
||||
check:
|
||||
jobs:
|
||||
- zaqar-tempest-plugin-mongodb
|
||||
- zaqar-tempest-plugin-mongodb-2023-1
|
||||
- zaqar-tempest-plugin-mongodb-2023-2
|
||||
- zaqar-tempest-plugin-mongodb-2024-1
|
||||
- zaqar-tempest-plugin-mongodb-2024-2
|
||||
- zaqar-tempest-plugin-redis
|
||||
- zaqar-tempest-plugin-redis-2023-1
|
||||
- zaqar-tempest-plugin-redis-2023-2
|
||||
- zaqar-tempest-plugin-redis-2024-1
|
||||
- zaqar-tempest-plugin-redis-2024-2
|
||||
- zaqar-tempest-plugin-swift
|
||||
- zaqar-tempest-plugin-swift-2023-1
|
||||
- zaqar-tempest-plugin-swift-2023-2
|
||||
- zaqar-tempest-plugin-swift-2024-1
|
||||
- zaqar-tempest-plugin-swift-2024-2
|
||||
|
Loading…
Reference in New Issue
Block a user