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. Also fixing the zuul config error. Ref: Tempest plugins guide for stable branch testing: - https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html Change-Id: I6e71dbd45ec97e65d51c26de092af0da7dd1dea0changes/17/861517/1 xena-last
parent
4dfcd276d5
commit
01ab036562
|
@ -1,4 +1,5 @@
|
|||
- project:
|
||||
queue: watcher
|
||||
templates:
|
||||
- check-requirements
|
||||
- tempest-plugin-jobs
|
||||
|
@ -8,14 +9,20 @@
|
|||
- watcher-tempest-functional
|
||||
- watcher-tempest-actuator
|
||||
- watcher-tempest-strategies
|
||||
- watcher-tempest-functional-zed
|
||||
- watcher-tempest-functional-yoga
|
||||
- watcher-tempest-functional-xena
|
||||
- watcher-tempest-functional-wallaby
|
||||
gate:
|
||||
queue: watcher
|
||||
jobs:
|
||||
- watcher-tempest-functional
|
||||
|
||||
- job:
|
||||
name: watcher-tempest-functional-zed
|
||||
parent: watcher-tempest-functional
|
||||
nodeset: openstack-single-node-focal
|
||||
override-checkout: stable/zed
|
||||
|
||||
- job:
|
||||
name: watcher-tempest-functional-yoga
|
||||
parent: watcher-tempest-functional
|
||||
|
|
Loading…
Reference in New Issue