Add stable/2023.1 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 EM stable/xena|wallaby job Ref: Tempest plugins guide for stable branch testing: - https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html Change-Id: I80213eb072281ec0a71fa068f9d8f25d0feffe27
This commit is contained in:
parent
a3719a852c
commit
861283a98f
21
.zuul.yaml
21
.zuul.yaml
@ -1,3 +1,9 @@
|
||||
- job:
|
||||
name: heat-functional-2023-1
|
||||
parent: heat-functional
|
||||
nodeset: openstack-single-node-jammy
|
||||
override-checkout: stable/2023.1
|
||||
|
||||
- job:
|
||||
name: heat-functional-zed
|
||||
parent: heat-functional
|
||||
@ -10,18 +16,6 @@
|
||||
nodeset: openstack-single-node-focal
|
||||
override-checkout: stable/yoga
|
||||
|
||||
- job:
|
||||
name: heat-functional-xena
|
||||
parent: heat-functional
|
||||
nodeset: openstack-single-node-focal
|
||||
override-checkout: stable/xena
|
||||
|
||||
- job:
|
||||
name: heat-functional-wallaby
|
||||
parent: heat-functional
|
||||
nodeset: openstack-single-node-focal
|
||||
override-checkout: stable/wallaby
|
||||
|
||||
- project:
|
||||
queue: heat
|
||||
templates:
|
||||
@ -31,10 +25,9 @@
|
||||
jobs:
|
||||
- heat-functional
|
||||
- heat-functional-legacy
|
||||
- heat-functional-2023-1
|
||||
- heat-functional-zed
|
||||
- heat-functional-yoga
|
||||
- heat-functional-xena
|
||||
- heat-functional-wallaby
|
||||
gate:
|
||||
jobs:
|
||||
- heat-functional
|
||||
|
Loading…
Reference in New Issue
Block a user