commit b821373c51cfb438f29acf0d814f9b6aa5847a83 Author: Masayuki Igawa Date: Thu Oct 1 08:54:59 2020 +0900 Move stable branch gate job to stable/victoria We have stable/victoria branch as latest stable and d-g test only latest stable branch to make sure the compatibility of legacy jobs. This commit moves the legacy stable job testing to stable/victoria. Change-Id: I78a0f55c360df2804200cc801109741276248550 diff --git a/playbooks/legacy/tempest-neutron-full/run.yaml b/playbooks/legacy/tempest-neutron-full/run.yaml index 4cdbe08..b7e6c59 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/ussuri + export BRANCH_OVERRIDE=stable/victoria if [ "$BRANCH_OVERRIDE" != "default" ] ; then export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE fi