Add DevStack job for Barbican
Change-Id: I13ec02fb7fbeee85028dcd067c77b2e9a4d6ae3e
This commit is contained in:
parent
8e42cf083f
commit
4d0e84deab
modules/openstack_project/files
@ -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
|
@ -565,6 +565,8 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: gate-rubick-python33
|
- name: gate-rubick-python33
|
||||||
voting: false
|
voting: false
|
||||||
|
- name: gate-barbican-devstack-dsvm
|
||||||
|
voting: false
|
||||||
- name: gate-manila-tempest-dsvm-neutron
|
- name: gate-manila-tempest-dsvm-neutron
|
||||||
voting: false
|
voting: false
|
||||||
- name: gate-climate-devstack-dsvm
|
- name: gate-climate-devstack-dsvm
|
||||||
@ -3138,6 +3140,7 @@ projects:
|
|||||||
check:
|
check:
|
||||||
- gate-barbican-pep8
|
- gate-barbican-pep8
|
||||||
- gate-barbican-python27
|
- gate-barbican-python27
|
||||||
|
- gate-barbican-devstack-dsvm
|
||||||
gate:
|
gate:
|
||||||
- gate-barbican-pep8
|
- gate-barbican-pep8
|
||||||
- gate-barbican-python27
|
- gate-barbican-python27
|
||||||
|
Loading…
x
Reference in New Issue
Block a user