7fbabcafa3
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
42 lines
1.1 KiB
YAML
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
|