Added devstack job for manila
This job is intended to be votable devstack job as required for incubation. Set it as non-votable to be sure config is correct. After assurance that this job works well, its votability should be enabled. Change-Id: I77add6dabf6608e69d76528729afb411a54c3aad
This commit is contained in:
parent
3a63262fa9
commit
b17fbd3e63
@ -1,3 +1,42 @@
|
|||||||
|
- job:
|
||||||
|
name: gate-manila-devstack-dsvm-neutron
|
||||||
|
node: 'devstack-precise || devstack-trusty'
|
||||||
|
|
||||||
|
wrappers:
|
||||||
|
- build-timeout:
|
||||||
|
timeout: 40
|
||||||
|
- timestamps
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- link-logs
|
||||||
|
- net-info
|
||||||
|
- devstack-checkout
|
||||||
|
- shell: |
|
||||||
|
#!/bin/bash -xe
|
||||||
|
export PYTHONUNBUFFERED=true
|
||||||
|
export DEVSTACK_GATE_TIMEOUT=35
|
||||||
|
export DEVSTACK_GATE_NEUTRON=1
|
||||||
|
export ENABLED_SERVICES=manila,m-api,m-shr,m-sch
|
||||||
|
export PROJECTS="stackforge/manila $PROJECTS"
|
||||||
|
export PROJECTS="stackforge/python-manilaclient $PROJECTS"
|
||||||
|
|
||||||
|
# Keep localrc to be able to set some vars in pre_test_hook
|
||||||
|
export KEEP_LOCALRC=1
|
||||||
|
|
||||||
|
function pre_test_hook {
|
||||||
|
# plug-in Manila's extension for devstack
|
||||||
|
source $BASE/new/manila/contrib/ci/pre_test_hook.sh
|
||||||
|
}
|
||||||
|
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
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- devstack-logs
|
||||||
|
- console-log
|
||||||
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: gate-manila-tempest-dsvm-neutron
|
name: gate-manila-tempest-dsvm-neutron
|
||||||
node: 'devstack-precise || devstack-trusty'
|
node: 'devstack-precise || devstack-trusty'
|
||||||
|
@ -628,6 +628,9 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: gate-manila-tempest-dsvm-neutron-multibackend
|
- name: gate-manila-tempest-dsvm-neutron-multibackend
|
||||||
voting: false
|
voting: false
|
||||||
|
- name: gate-manila-devstack-dsvm-neutron
|
||||||
|
branch: master
|
||||||
|
voting: false
|
||||||
- name: gate-blazar-devstack-dsvm
|
- name: gate-blazar-devstack-dsvm
|
||||||
voting: false
|
voting: false
|
||||||
- name: gate-blazar-pylint
|
- name: gate-blazar-pylint
|
||||||
@ -3604,6 +3607,7 @@ projects:
|
|||||||
|
|
||||||
- name: stackforge/manila
|
- name: stackforge/manila
|
||||||
check:
|
check:
|
||||||
|
- gate-manila-devstack-dsvm-neutron
|
||||||
- gate-manila-docs
|
- gate-manila-docs
|
||||||
- gate-manila-pep8
|
- gate-manila-pep8
|
||||||
- gate-manila-pylint
|
- gate-manila-pylint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user