watcher-tempest-plugin/.zuul.yaml
Ghanshyam Mann 7fbabcafa3 [goal] Migrate watcher-tempest-plugin jobs to focal
As per victoria cycle testing runtime and community goal[1]
we need to migrate upstream CI/CD to Ubuntu Focal(20.04).

Most of the Tempest jobs will be migrate automatically once devstack
base job start running on Focal(Depends-On).

Stable jobs testing stable branch needs to keep running on their supported
distro version which is bionic from stein till ussuri.


[1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html

Change-Id: I175b41351f4f34ee2a4916dda2f610bc7716d9c3
Story: #2007865
Task: #40227
2020-07-31 22:16:03 +00:00

42 lines
1.1 KiB
YAML

- project:
templates:
- check-requirements
- tempest-plugin-jobs
check:
jobs:
- watcherclient-tempest-functional
- watcher-tempest-functional
- watcher-tempest-actuator
- watcher-tempest-strategies
- watcher-tempest-functional-ussuri
- watcher-tempest-functional-train
- watcher-tempest-functional-stein
gate:
queue: watcher
jobs:
- watcher-tempest-functional
- job:
name: watcher-tempest-functional-ussuri
parent: watcher-tempest-functional
nodeset: openstack-single-node-bionic
override-checkout: stable/ussuri
- job:
name: watcher-tempest-functional-train
parent: watcher-tempest-functional
nodeset: openstack-single-node-bionic
override-checkout: stable/train
vars:
devstack_localrc:
USE_PYTHON3: True
- job:
name: watcher-tempest-functional-stein
parent: watcher-tempest-functional
nodeset: openstack-single-node-bionic
override-checkout: stable/stein
vars:
devstack_localrc:
USE_PYTHON3: True