heat-tempest-plugin/.zuul.yaml
Ghanshyam Mann 861283a98f 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
2023-06-09 06:49:47 +00:00

35 lines
785 B
YAML

- 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
nodeset: openstack-single-node-focal
override-checkout: stable/zed
- job:
name: heat-functional-yoga
parent: heat-functional
nodeset: openstack-single-node-focal
override-checkout: stable/yoga
- project:
queue: heat
templates:
- check-requirements
- tempest-plugin-jobs
check:
jobs:
- heat-functional
- heat-functional-legacy
- heat-functional-2023-1
- heat-functional-zed
- heat-functional-yoga
gate:
jobs:
- heat-functional
- heat-functional-legacy