From fc4bfe3b4421ccf85ac2afe7356e72cab0164bea Mon Sep 17 00:00:00 2001 From: Sam Betts Date: Thu, 19 Oct 2017 11:37:50 +0100 Subject: [PATCH] Add the correct branch overrides to the networking-cisco jobs Networking-cisco is branchless and supports multiple versions of OpenStack. To make sure we don't break that support our master branch runs tests against multiple version of OpenStack, and we need to make sure that the tests install the right version to test against. Change-Id: Ic62e52dca2000389b0ec21a7d790bf5b9ae5b6a2 --- zuul.d/zuul-legacy-jobs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zuul.d/zuul-legacy-jobs.yaml b/zuul.d/zuul-legacy-jobs.yaml index 419640de..13a28673 100644 --- a/zuul.d/zuul-legacy-jobs.yaml +++ b/zuul.d/zuul-legacy-jobs.yaml @@ -4709,6 +4709,7 @@ run: playbooks/legacy/networking-cisco-tox-newton/run post-run: playbooks/legacy/networking-cisco-tox-newton/post timeout: 2400 + override-branch: stable/newton required-projects: - openstack/requirements @@ -4718,6 +4719,7 @@ run: playbooks/legacy/networking-cisco-tox-ocata/run post-run: playbooks/legacy/networking-cisco-tox-ocata/post timeout: 2400 + override-branch: stable/ocata required-projects: - openstack/requirements @@ -4727,6 +4729,7 @@ run: playbooks/legacy/networking-cisco-tox-pike/run post-run: playbooks/legacy/networking-cisco-tox-pike/post timeout: 2400 + override-branch: stable/pike required-projects: - openstack/requirements