Add stable/zed jobs on master gate
As zed 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: I54d140972e3f28c32623b3c66fd0f8c0dd7f25cb
This commit is contained in:
parent
e8be4c7b08
commit
6a7c3f7c4c
10
.zuul.yaml
10
.zuul.yaml
@ -16,7 +16,14 @@
|
||||
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
|
||||
|
||||
- project:
|
||||
queue: zun
|
||||
templates:
|
||||
- check-requirements
|
||||
- publish-openstack-docs-pti
|
||||
@ -27,11 +34,12 @@
|
||||
- zun-tempest-py3-docker-sql-wallaby
|
||||
- zun-tempest-py3-docker-sql-xena
|
||||
- zun-tempest-py3-docker-sql-yoga
|
||||
- zun-tempest-py3-docker-sql-zed
|
||||
- zun-tempest-multinode-docker-sql
|
||||
gate:
|
||||
queue: zun
|
||||
jobs:
|
||||
- zun-tempest-py3-docker-sql
|
||||
- zun-tempest-py3-docker-sql-wallaby
|
||||
- zun-tempest-py3-docker-sql-xena
|
||||
- zun-tempest-py3-docker-sql-yoga
|
||||
- zun-tempest-py3-docker-sql-zed
|
||||
|
Loading…
Reference in New Issue
Block a user