Merge "Add gate-manila-devstack job"
This commit is contained in:
commit
4de66834b2
@ -0,0 +1,33 @@
|
||||
- job:
|
||||
name: gate-manila-devstack-dsvm
|
||||
node: devstack-precise
|
||||
|
||||
wrappers:
|
||||
- timeout:
|
||||
timeout: 60
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export ENABLED_SERVICES=manila,m-api,m-shr,m-sch
|
||||
|
||||
function pre_test_hook {
|
||||
# Install Manila devstack integration
|
||||
MANILA_BASE=/opt/stack/new/manila/contrib/devstack
|
||||
DEVSTACK_BASE=/opt/stack/new/devstack
|
||||
cp ${MANILA_BASE}/lib/* ${DEVSTACK_BASE}/lib
|
||||
cp ${MANILA_BASE}/extras.d/* ${DEVSTACK_BASE}/extras.d
|
||||
}
|
||||
export -f pre_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
|
@ -323,6 +323,8 @@ jobs:
|
||||
voting: false
|
||||
- name: gate-solum-devstack-dsvm
|
||||
voting: false
|
||||
- name: gate-manila-devstack-dsvm
|
||||
voting: false
|
||||
# puppet-openstack targets
|
||||
- name: gate-puppet-vswitch-puppet-lint
|
||||
voting: false
|
||||
@ -3782,10 +3784,12 @@ projects:
|
||||
- gate-manila-pep8
|
||||
- gate-manila-python26
|
||||
- gate-manila-python27
|
||||
- gate-manila-devstack-dsvm
|
||||
gate:
|
||||
- gate-manila-pep8
|
||||
- gate-manila-python26
|
||||
- gate-manila-python27
|
||||
- gate-manila-devstack-dsvm
|
||||
post:
|
||||
- manila-branch-tarball
|
||||
- manila-coverage
|
||||
|
Loading…
x
Reference in New Issue
Block a user