Merge "Cinder experimental multinode grenade job"
This commit is contained in:
commit
181173821f
@ -1023,6 +1023,40 @@
|
|||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
|
|
||||||
|
- job-template:
|
||||||
|
name: '{pipeline}-grenade-dsvm-cinder-multinode{job-suffix}'
|
||||||
|
node: '{node}'
|
||||||
|
|
||||||
|
wrappers:
|
||||||
|
- build-timeout:
|
||||||
|
timeout: 180
|
||||||
|
- timestamps
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- link-logs
|
||||||
|
- net-info
|
||||||
|
- devstack-checkout
|
||||||
|
- shell: |
|
||||||
|
#!/bin/bash -xe
|
||||||
|
export PYTHONUNBUFFERED=true
|
||||||
|
export DEVSTACK_GATE_CONFIGDRIVE=0
|
||||||
|
export DEVSTACK_GATE_GRENADE=pullup
|
||||||
|
export PROJECTS="openstack-dev/grenade $PROJECTS"
|
||||||
|
export BRANCH_OVERRIDE={branch-override}
|
||||||
|
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||||
|
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||||
|
fi
|
||||||
|
export DEVSTACK_GATE_TOPOLOGY="multinode"
|
||||||
|
export DEVSTACK_GATE_CINDER_MN_GRENADE=1
|
||||||
|
|
||||||
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||||
|
./safe-devstack-vm-gate-wrap.sh
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- devstack-logs
|
||||||
|
- console-log
|
||||||
|
|
||||||
|
|
||||||
- job-template:
|
- job-template:
|
||||||
name: '{pipeline}-grenade-dsvm-neutron-dvr-multinode{job-suffix}'
|
name: '{pipeline}-grenade-dsvm-neutron-dvr-multinode{job-suffix}'
|
||||||
node: '{node}'
|
node: '{node}'
|
||||||
|
@ -1047,6 +1047,11 @@
|
|||||||
- compliance
|
- compliance
|
||||||
node:
|
node:
|
||||||
- ubuntu-xenial
|
- ubuntu-xenial
|
||||||
|
- '{pipeline}-grenade-dsvm-cinder-multinode{job-suffix}':
|
||||||
|
pipeline: gate
|
||||||
|
node: ubuntu-trusty-2-node
|
||||||
|
job-suffix: '-nv'
|
||||||
|
branch-override: default
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: cinder-specs
|
name: cinder-specs
|
||||||
|
@ -5667,6 +5667,7 @@ projects:
|
|||||||
- gate-grenade-dsvm-forward
|
- gate-grenade-dsvm-forward
|
||||||
- gate-tempest-dsvm-full-sheepdog-src-os-brick-nv
|
- gate-tempest-dsvm-full-sheepdog-src-os-brick-nv
|
||||||
- gate-tempest-dsvm-full-devstack-plugin-nfs-nv
|
- gate-tempest-dsvm-full-devstack-plugin-nfs-nv
|
||||||
|
- gate-grenade-dsvm-cinder-multinode-nv
|
||||||
|
|
||||||
- name: openstack/cinder-specs
|
- name: openstack/cinder-specs
|
||||||
template:
|
template:
|
||||||
|
Loading…
Reference in New Issue
Block a user