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: I91c346781bacf28404ac73e4e427134db75cc6cc
This commit is contained in:
parent
2f8b4358da
commit
f77f32855d
@ -6,6 +6,7 @@
|
||||
check:
|
||||
jobs:
|
||||
- cyborg-tempest
|
||||
- cyborg-tempest-zed
|
||||
- cyborg-tempest-yoga
|
||||
- cyborg-tempest-xena
|
||||
- cyborg-tempest-wallaby
|
||||
@ -13,6 +14,7 @@
|
||||
gate:
|
||||
jobs:
|
||||
- cyborg-tempest
|
||||
- cyborg-tempest-zed
|
||||
- cyborg-tempest-yoga
|
||||
- cyborg-tempest-xena
|
||||
- cyborg-tempest-wallaby
|
||||
@ -161,6 +163,12 @@
|
||||
vars: *base_vars
|
||||
irrelevant-files: *base_irrelevant_files
|
||||
|
||||
- job:
|
||||
name: cyborg-tempest-zed
|
||||
parent: cyborg-tempest
|
||||
nodeset: openstack-single-node-focal
|
||||
override-checkout: stable/zed
|
||||
|
||||
- job:
|
||||
name: cyborg-tempest-yoga
|
||||
parent: cyborg-tempest
|
||||
|
Loading…
Reference in New Issue
Block a user