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: I1406a1bf99861315001a573a7d187957bab37682
This commit is contained in:
Ghanshyam Mann 2022-10-15 22:44:06 -05:00
parent fd018af9c5
commit be05c7ced0
1 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,7 @@
check:
jobs:
- magnum-tempest-plugin-tests-api
- magnum-tempest-plugin-tests-api-zed
- magnum-tempest-plugin-tests-api-yoga
- magnum-tempest-plugin-tests-api-xena
- magnum-tempest-plugin-tests-api-wallaby
@ -13,6 +14,12 @@
jobs:
- magnum-tempest-plugin-tests-api
- job:
name: magnum-tempest-plugin-tests-api-zed
parent: magnum-tempest-plugin-tests-api
nodeset: openstack-single-node-focal
override-checkout: stable/zed
- job:
name: magnum-tempest-plugin-tests-api-yoga
parent: magnum-tempest-plugin-tests-api