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
(cherry picked from commit 2e2ebaf679
)
This commit is contained in:
parent
e31e2f52e3
commit
8acbc988ca
23
.zuul.yaml
23
.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
|
||||
@ -295,4 +303,3 @@
|
||||
- magnum-dib-buildimage-fedora-atomic-25
|
||||
- magnum-dib-buildimage-ubuntu-mesos
|
||||
- magnum-dib-buildimage-centos-dcos
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user