Merge "Create gate-grenade-dsvm-neutron-nova-next-ubuntu-xenial-nv"

This commit is contained in:
Jenkins 2016-09-09 18:20:53 +00:00 committed by Gerrit Code Review
commit 8f91a7db81
3 changed files with 46 additions and 0 deletions

View File

@ -81,3 +81,42 @@
publishers:
- devstack-logs
- console-log
# This runs single-node full grenade upgrade with neutron plus cells v2 and
# the placement-api service.
- job-template:
name: '{pipeline}-grenade-dsvm-neutron-nova-next-{node}{job-suffix}'
node: '{node}'
wrappers:
- build-timeout:
timeout: 180
- timestamps
builders:
- print-template-name:
template-name: "{template-name}"
- link-logs
- net-info
- devstack-checkout
- shell: |
#!/bin/bash -xe
export ENABLED_SERVICES=placement-api
export PROJECTS="openstack-dev/grenade $PROJECTS"
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_GRENADE=pullup
export DEVSTACK_GATE_NEUTRON=1
# NOTE(mriedem): cells v2 should be the default after newton-eol
export DEVSTACK_LOCAL_CONFIG="NOVA_CONFIGURE_CELLSV2=True"
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
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

View File

@ -7436,6 +7436,11 @@
node: ubuntu-xenial
job-suffix: '-nv'
branch-override: default
- '{pipeline}-grenade-dsvm-neutron-nova-next-{node}{job-suffix}':
pipeline: gate
node: ubuntu-xenial
job-suffix: '-nv'
branch-override: default
- project:
name: nova-docker

View File

@ -3436,6 +3436,7 @@ projects:
- grenade-publish-docs
experimental:
- gate-grenade-dsvm-neutron-forward
- gate-grenade-dsvm-neutron-nova-next-ubuntu-xenial-nv
- gate-grenade-dsvm-trove
- gate-grenade-dsvm-ceilometer
@ -11490,6 +11491,7 @@ projects:
experimental:
- gate-tempest-dsvm-nova-v20-api
- gate-grenade-dsvm-forward
- gate-grenade-dsvm-neutron-nova-next-ubuntu-xenial-nv
- gate-tempest-dsvm-nova-wsgi-full
- gate-tempest-dsvm-multinode-full-ubuntu-trusty
- gate-tempest-dsvm-multinode-full-ubuntu-xenial