summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-11-24 12:17:51 +0000
committerGerrit Code Review <review@openstack.org>2022-11-24 12:17:51 +0000
commit96cd444cac4a0d2d1db619365f645a60c3de73a5 (patch)
tree565e900b7f50c1e84d63bb403ee12c0161f24c03
parentcd354d8ce3745a96116d534c1428742c605c61e0 (diff)
parent78d2492f91fb01f228d2949a17618c830061ee89 (diff)
downloadtempest-96cd444cac4a0d2d1db619365f645a60c3de73a5.tar.gz
Merge "Set back to use Bionic for Ussuri, Train and Stein"
-rw-r--r--zuul.d/stable-jobs.yaml22
1 files changed, 20 insertions, 2 deletions
diff --git a/zuul.d/stable-jobs.yaml b/zuul.d/stable-jobs.yaml
index 82c3e7171..da59139ef 100644
--- a/zuul.d/stable-jobs.yaml
+++ b/zuul.d/stable-jobs.yaml
@@ -105,12 +105,30 @@
- job:
name: tempest-multinode-full-py3
parent: tempest-multinode-full
- nodeset: openstack-two-node-focal
- # This job runs on Focal and supposed to run until stable/zed.
+ nodeset: openstack-two-node-bionic
+ # This job runs on Bionic.
branches:
- stable/stein
- stable/train
- stable/ussuri
+ vars:
+ devstack_localrc:
+ USE_PYTHON3: true
+ devstack_plugins:
+ neutron: https://opendev.org/openstack/neutron
+ devstack_services:
+ neutron-trunk: true
+ group-vars:
+ subnode:
+ devstack_localrc:
+ USE_PYTHON3: true
+
+- job:
+ name: tempest-multinode-full-py3
+ parent: tempest-multinode-full
+ nodeset: openstack-two-node-focal
+ # This job runs on Focal and supposed to run until stable/zed.
+ branches:
- stable/victoria
- stable/wallaby
- stable/xena