Add non-voting shade job to test upstream Ansible

Adds a non-voting job that will allow shade to test against
development versions of Ansible.

Change-Id: Ic286193e7ca87d82345f3bf74f29f3f785685715
Depends-On: I7ac84487dd323ef95191fab966244da586b37cd3
This commit is contained in:
David Shrewsbury 2016-02-26 12:33:53 -05:00
parent 09eab63d22
commit f41942bedf
3 changed files with 41 additions and 0 deletions

View File

@ -7542,6 +7542,11 @@
node: devstack-trusty
job-suffix: ''
branch-override: default
- '{pipeline}-shade-dsvm-ansible-dev{job-suffix}':
pipeline: gate
node: devstack-trusty
job-suffix: '-nv'
branch-override: default
- project:
name: shaker

View File

@ -136,3 +136,38 @@
publishers:
- devstack-logs
- console-log
- job-template:
name: '{pipeline}-shade-dsvm-ansible-dev{job-suffix}'
node: '{node}'
wrappers:
- build-timeout:
timeout: 70
- timestamps
builders:
- link-logs
- net-info
- devstack-checkout
- shell: |
#!/bin/bash -xe
export SHADE_ANSIBLE_DEV=1
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_NEUTRON=1
export PROJECTS="openstack-infra/shade $PROJECTS"
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
function post_test_hook {{
$BASE/new/shade/shade/tests/ansible/hooks/post_test_hook.sh
}}
export -f post_test_hook
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

@ -3634,6 +3634,7 @@ projects:
- gate-shade-dsvm-functional-neutron
- gate-shade-dsvm-functional-nova
- gate-shade-dsvm-ansible
- gate-shade-dsvm-ansible-dev-nv
- gate-dsvm-nodepool-src-shade
gate:
- gate-shade-dsvm-functional-keystone2