Merge "Add an experimental functional job for neutron."
This commit is contained in:
commit
3e160df0c4
@ -0,0 +1,37 @@
|
||||
- job-template:
|
||||
name: '{pipeline}-neutron-dsvm-functional{branch-designator}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- timeout:
|
||||
timeout: 125
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=120
|
||||
export DEVSTACK_GATE_TEMPEST=0
|
||||
export DEVSTACK_GATE_EXERCISES=0
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
fi
|
||||
|
||||
function post_test_hook {{
|
||||
/opt/stack/new/devstack/unstack.sh
|
||||
export OS_SUDO_TESTING=1
|
||||
cd /opt/stack/new/neutron
|
||||
tox -e functional
|
||||
}}
|
||||
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
|
||||
- link-logs
|
||||
|
||||
publishers:
|
||||
- devstack-logs
|
||||
- console-log
|
@ -858,6 +858,11 @@
|
||||
- python-havana-bitrot-jobs
|
||||
- openstack-publish-jobs
|
||||
- translation-jobs
|
||||
- '{pipeline}-neutron-dsvm-functional{branch-designator}':
|
||||
pipeline: check
|
||||
node: 'devstack-precise || devstack-precise-check'
|
||||
branch-designator: ''
|
||||
branch-override: default
|
||||
|
||||
|
||||
- project:
|
||||
|
@ -782,6 +782,7 @@ projects:
|
||||
- check-tempest-dsvm-neutron-isolated-parallel
|
||||
- gate-grenade-dsvm-neutron-forward
|
||||
- neutron-upstream-translation-update
|
||||
- check-neutron-dsvm-functional
|
||||
pre-release:
|
||||
- neutron-tarball
|
||||
release:
|
||||
|
Loading…
Reference in New Issue
Block a user