commit 487571aa0cc5854c5101485763abeb5cf959f1fd Author: Ghanshyam Mann Date: Sun Jul 26 19:28:40 2020 -0500 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 diff --git a/.zuul.yaml b/.zuul.yaml index 2ab0077..a6b0c2b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -13,6 +13,12 @@ - job: name: magnum-tempest-plugin-tests-api 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: tox_envlist: all tempest_test_regex: ^magnum_tempest_plugin.tests.api