From f3d3018044a775f030c7b1cc40aee2077c117c91 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Tue, 6 Apr 2021 10:47:40 -0500 Subject: [PATCH] Move stable branch gate job to stable/wallaby We have stable/wallaby branch as latest stable and d-g test only latest stable branch to make sure the compatibility of legacy jobs. Hope this is last stable we need to update/support in d-g. This commit moves the legacy stable job testing to stable/wallaby. Depends-On: https://review.opendev.org/c/openstack/devstack/+/784974 Change-Id: I5542dca0f8050a6e21aff773f49eb4799ec26828 --- playbooks/legacy/tempest-neutron-full/run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/legacy/tempest-neutron-full/run.yaml b/playbooks/legacy/tempest-neutron-full/run.yaml index b7e6c591..37fb8cf9 100644 --- a/playbooks/legacy/tempest-neutron-full/run.yaml +++ b/playbooks/legacy/tempest-neutron-full/run.yaml @@ -52,7 +52,7 @@ # be enough to make sure devstack-gate keep working for # stable branch legacy jobs which are not yet migrated # to Zuul v3 native jobs. - export BRANCH_OVERRIDE=stable/victoria + export BRANCH_OVERRIDE=stable/wallaby if [ "$BRANCH_OVERRIDE" != "default" ] ; then export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE fi