zun-tempest-plugin/.zuul.yaml
Ghanshyam Mann 8a0b3cf100 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.

Ref: Tempest plugins guide for stable branch testing:
- https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html

Change-Id: I4558cc01c224ba9f57231c494270b396f6736f1e
2023-06-22 10:45:44 +00:00

38 lines
1.0 KiB
YAML

- job:
name: zun-tempest-py3-docker-sql-yoga
parent: zun-tempest-py3-docker-sql
nodeset: openstack-single-node-focal
override-checkout: stable/yoga
- job:
name: zun-tempest-py3-docker-sql-zed
parent: zun-tempest-py3-docker-sql
nodeset: openstack-single-node-focal
override-checkout: stable/zed
- job:
name: zun-tempest-py3-docker-sql-2023-1
parent: zun-tempest-py3-docker-sql
nodeset: openstack-single-node-jammy
override-checkout: stable/2023.1
- project:
queue: zun
templates:
- check-requirements
- publish-openstack-docs-pti
- tempest-plugin-jobs
check:
jobs:
- zun-tempest-py3-docker-sql
- zun-tempest-py3-docker-sql-yoga
- zun-tempest-py3-docker-sql-zed
- zun-tempest-py3-docker-sql-2023-1
- zun-tempest-multinode-docker-sql
gate:
jobs:
- zun-tempest-py3-docker-sql
- zun-tempest-py3-docker-sql-yoga
- zun-tempest-py3-docker-sql-zed
- zun-tempest-py3-docker-sql-2023-1