Add DevStack job for Barbican

Change-Id: I13ec02fb7fbeee85028dcd067c77b2e9a4d6ae3e
This commit is contained in:
Chad Lung 2014-02-18 17:03:50 -06:00 committed by chadlung
parent 8e42cf083f
commit 4d0e84deab
2 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,39 @@
- job:
name: gate-barbican-devstack-dsvm
node: devstack-precise
wrappers:
- timeout:
timeout: 65
fail: true
- timestamps
builders:
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export ENABLED_SERVICES=barbican,tempest,keystone
export PROJECTS="stackforge/barbican $PROJECTS"
export PROJECTS="stackforge/python-barbicanclient $PROJECTS"
function pre_test_hook {
cd /opt/stack/new/barbican/functionaltests
./pre_test_hook.sh
}
export -f pre_test_hook
function post_test_hook {
cd /opt/stack/new/barbican/functionaltests
./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
- link-logs
publishers:
- devstack-logs
- console-log

View File

@ -565,6 +565,8 @@ jobs:
voting: false
- name: gate-rubick-python33
voting: false
- name: gate-barbican-devstack-dsvm
voting: false
- name: gate-manila-tempest-dsvm-neutron
voting: false
- name: gate-climate-devstack-dsvm
@ -3138,6 +3140,7 @@ projects:
check:
- gate-barbican-pep8
- gate-barbican-python27
- gate-barbican-devstack-dsvm
gate:
- gate-barbican-pep8
- gate-barbican-python27