[goal] Migrate mistral-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: I3651224de022bff78840df8cd6ca95792dc5cce5
Story: #2007865
Task: #40196
This commit is contained in:
Ghanshyam Mann 2020-07-30 16:09:32 -05:00
parent 64d1029c1b
commit c3bf5af360
1 changed files with 3 additions and 0 deletions

View File

@ -104,11 +104,13 @@
- job:
name: mistral-devstack-ussuri
parent: mistral-devstack
nodeset: openstack-single-node-bionic
override-checkout: stable/ussuri
- job:
name: mistral-devstack-train
parent: mistral-devstack
nodeset: openstack-single-node-bionic
override-checkout: stable/train
vars:
devstack_localrc:
@ -118,6 +120,7 @@
name: mistral-devstack-stein
parent: mistral-devstack
override-checkout: stable/stein
nodeset: openstack-single-node-bionic
vars:
devstack_localrc:
USE_PYTHON3: True