Merge "Add gate-magnetodb-devstack job"
This commit is contained in:
commit
570a4d498a
@ -0,0 +1,39 @@
|
||||
- job:
|
||||
name: gate-magnetodb-devstack-dsvm
|
||||
node: devstack-precise
|
||||
|
||||
wrappers:
|
||||
- timeout:
|
||||
timeout: 65
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
- net-info
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=60
|
||||
export ENABLED_SERVICES=magnetodb,tempest
|
||||
export PROJECTS="stackforge/magnetodb $PROJECTS"
|
||||
|
||||
function pre_test_hook {
|
||||
cd /opt/stack/new/magnetodb/functionaltests
|
||||
./pre_test_hook.sh
|
||||
}
|
||||
export -f pre_test_hook
|
||||
|
||||
function post_test_hook {
|
||||
cd /opt/stack/new/magnetodb/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
|
||||
|
||||
publishers:
|
||||
- devstack-logs
|
||||
- console-log
|
@ -536,6 +536,8 @@ jobs:
|
||||
voting: false
|
||||
- name: gate-magnetodb-requirements
|
||||
voting: false
|
||||
- name: gate-magnetodb-devstack-dsvm
|
||||
voting: false
|
||||
- name: gate-mistral-python33
|
||||
voting: false
|
||||
- name: gate-mistral-extra-python33
|
||||
@ -3642,6 +3644,7 @@ projects:
|
||||
- gate-magnetodb-python27
|
||||
- gate-magnetodb-docs
|
||||
- gate-magnetodb-requirements
|
||||
- gate-magnetodb-devstack-dsvm
|
||||
gate:
|
||||
- gate-magnetodb-pep8
|
||||
- gate-magnetodb-python27
|
||||
|
Loading…
x
Reference in New Issue
Block a user