From 2e2ebaf679c7480f6809ad52f97f5c7cf6684ead Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Fri, 7 Dec 2018 19:10:40 -0500 Subject: [PATCH] functional: use vexxhost-specific nodes with nested virt This patch changes the intergration jobs to use nodes which are at VEXXHOST that come with supported nested virtualization in order to allow for the functional jobs to finish on-time. Change-Id: Ie275caac1a40fb3f10a0653b66611d2ba9d1c470 Story: #2002589 Task: #28341 --- .zuul.yaml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 5bdc44f8b1..f7f37fca9e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -78,8 +78,16 @@ coe: api - job: - name: magnum-functional-k8s + name: magnum-functional-coe parent: magnum-functional-base + nodeset: + nodes: + - name: primary + label: ubuntu-xenial-vexxhost + +- job: + name: magnum-functional-k8s + parent: magnum-functional-coe voting: false vars: coe: k8s @@ -95,7 +103,7 @@ - job: name: magnum-functional-swarm-mode - parent: magnum-functional-base + parent: magnum-functional-coe voting: false branches: ^(?!stable/(newton|ocata)).*$ vars: @@ -113,7 +121,7 @@ - job: name: magnum-functional-dcos - parent: magnum-functional-base + parent: magnum-functional-coe voting: false branches: ^(?!stable/(newton|ocata)).*$ vars: @@ -131,7 +139,7 @@ - job: name: magnum-functional-mesos - parent: magnum-functional-base + parent: magnum-functional-coe voting: false vars: coe: mesos @@ -147,7 +155,7 @@ - job: name: magnum-functional-swarm - parent: magnum-functional-base + parent: magnum-functional-coe voting: false vars: coe: swarm @@ -164,7 +172,7 @@ - job: name: magnum-functional-k8s-ironic - parent: magnum-functional-base + parent: magnum-functional-coe voting: false vars: coe: k8s @@ -181,7 +189,7 @@ - job: name: magnum-functional-swarm-ironic - parent: magnum-functional-base + parent: magnum-functional-coe voting: false vars: coe: swarm @@ -296,4 +304,3 @@ - magnum-dib-buildimage-fedora-atomic-25 - magnum-dib-buildimage-ubuntu-mesos - magnum-dib-buildimage-centos-dcos -