From 8c309c5e2c169443a7f6573fc50906fceba902c4 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Fri, 4 Oct 2019 17:14:58 +0000 Subject: [PATCH] Add gate job for stable/train Now we have stable/train branch ready for devstack and so does for all service projects. This commit adds the stable/train job running for d-g gate. Change-Id: Ibf278cd21d1a0921f7122deb944e1ae18b7c07c1 --- 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 8d878cf0..6b69a3dd 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/stein + export BRANCH_OVERRIDE=stable/train if [ "$BRANCH_OVERRIDE" != "default" ] ; then export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE fi