Merge "networking-bagpipe: add an experimental fullstack job"

This commit is contained in:
Jenkins 2017-04-12 13:33:43 +00:00 committed by Gerrit Code Review
commit d306983dc4
3 changed files with 55 additions and 0 deletions

View File

@ -46,3 +46,48 @@
publishers:
- devstack-logs
- console-log
- job-template:
name: '{pipeline}-networking-bagpipe-dsvm-fullstack-{node}{suffix}'
node: '{node}'
wrappers:
- build-timeout:
timeout: 130
- timestamps
builders:
- print-template-name:
template-name: "{template-name}"
- link-logs
- net-info
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_INSTALL_TESTONLY=1
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
export PROJECTS="openstack/networking-bagpipe $PROJECTS"
export DEVSTACK_LOCAL_CONFIG="enable_plugin networking-bagpipe git://git.openstack.org/openstack/networking-bagpipe"
function gate_hook {{
bash -xe $BASE/new/networking-bagpipe/devstack/gate_hook.sh fullstack
}}
export -f gate_hook
export DEVSTACK_GATE_SETTINGS=/opt/stack/new/networking-bagpipe/devstack/devstack-gate-rc
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
publishers:
- test-results
- devstack-logs
- console-log

View File

@ -7340,6 +7340,11 @@
suffix: ''
node: ubuntu-xenial
which: ''
- '{pipeline}-networking-bagpipe-dsvm-fullstack-{node}{suffix}':
pipeline: gate
branch-override: default
suffix: -nv
node: ubuntu-xenial
- project:
name: networking-baremetal

View File

@ -2236,6 +2236,9 @@ jobs:
- name: ^gate-tempest-dsvm-networking-bagpipe$
branch: ^(?!stable/(mitaka|newton)).*$
- name: ^gate-networking-bagpipe-dsvm-fullstack-ubuntu-xenial
branch: ^(?!stable/(mitaka|newton|ocata)).*$
# NOTE(tonyb): networking-bgpvpn is only setup to manage requirements since
# ocata, so don't run this job on older branches.
- name: gate-networking-bgpvpn-requirements
@ -12554,6 +12557,8 @@ projects:
- gate-tempest-dsvm-networking-bagpipe
- gate-tempest-dsvm-networking-bgpvpn-bagpipe-ubuntu-trusty
- gate-tempest-dsvm-networking-bgpvpn-bagpipe-ubuntu-xenial
experimental:
- gate-networking-bagpipe-dsvm-fullstack-ubuntu-xenial-nv
- name: openstack/networking-baremetal
template: