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
This commit is contained in:
Ghanshyam Mann 2023-06-08 21:15:24 -05:00 committed by hongbin
parent 29250bda50
commit 8a0b3cf100
1 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,3 @@
- job:
name: zun-tempest-py3-docker-sql-xena
parent: zun-tempest-py3-docker-sql
nodeset: openstack-single-node-focal
override-checkout: stable/xena
- job:
name: zun-tempest-py3-docker-sql-yoga
parent: zun-tempest-py3-docker-sql
@ -16,6 +10,12 @@
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:
@ -25,13 +25,13 @@
check:
jobs:
- zun-tempest-py3-docker-sql
- zun-tempest-py3-docker-sql-xena
- 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-xena
- zun-tempest-py3-docker-sql-yoga
- zun-tempest-py3-docker-sql-zed
- zun-tempest-py3-docker-sql-2023-1