Merge "Add apache-configured devstack tempest test"

This commit is contained in:
Jenkins 2014-05-08 00:21:28 +00:00 committed by Gerrit Code Review
commit f7164e4013

View File

@ -125,6 +125,38 @@
- devstack-logs
- console-log
- job-template:
name: '{pipeline}-tempest-dsvm-full-apache-services{branch-designator}'
node: '{node}'
wrappers:
- timeout:
timeout: 125
fail: true
- timestamps
builders:
- link-logs
- net-info
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_FULL=1
export DEVSTACK_GATE_USE_APACHE=1
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
- job-template:
name: '{pipeline}-tempest-master-dsvm-full{branch-designator}'
node: '{node}'
@ -1267,3 +1299,4 @@
- '{pipeline}-tempest-dsvm-neutron-full-non-isolated{branch-designator}'
- '{pipeline}-tempest-dsvm-keystonev3-full{branch-designator}'
- '{pipeline}-tempest-dsvm-neutron-keystonev3-full{branch-designator}'
- '{pipeline}-tempest-dsvm-full-apache-services{branch-designator}'