Keep magnum-tempest-plugin-tests-api job running on Bionic

keeping magnum-tempest-plugin-tests-api job running on bionic nodeset till
https://storyboard.openstack.org/#!/story/2007732 is fixed
otherwise base devstack jobs switching to Focal will block
the gate.

Story: #2007865
Task: #40190

Change-Id: I78c8f92428efd27d604258f361077d909a27aa23
This commit is contained in:
Ghanshyam Mann 2020-07-26 19:28:40 -05:00
parent abe58fe334
commit 487571aa0c
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@
- job: - job:
name: magnum-tempest-plugin-tests-api name: magnum-tempest-plugin-tests-api
parent: magnum-tempest-plugin-base parent: magnum-tempest-plugin-base
# TODO(gmann): Remove the below nodeset setting to Bionic once
# https://storyboard.openstack.org/#!/story/2007732 is fixed
# Once nodeset is removed form here then devstack-tox-functional job
# will automatically run this job on Ubuntu Focal nodeset from
# Victoria gate onwards.
nodeset: openstack-single-node-bionic
vars: vars:
tox_envlist: all tox_envlist: all
tempest_test_regex: ^magnum_tempest_plugin.tests.api tempest_test_regex: ^magnum_tempest_plugin.tests.api