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: If8b9af02d1035bd1fa1e5cf8c307784e8e8d36f2
This commit is contained in:
Ghanshyam Mann 2022-10-15 22:31:15 -05:00
parent 53d6c036c6
commit e16b2dc151
1 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,8 @@
jobs:
- murano-tempest-api:
voting: false
- murano-tempest-api-zed:
voting: false
- murano-tempest-api-yoga:
voting: false
- murano-tempest-api-xena:
@ -15,6 +17,12 @@
voting: false
- murano-tempest-cfapi
- job:
name: murano-tempest-api-zed
parent: murano-tempest-api
nodeset: openstack-single-node-focal
override-checkout: stable/zed
- job:
name: murano-tempest-api-yoga
parent: murano-tempest-api