Add gate-climate-devstack-dsvm
Initial non-voting devstack gate job for the stackforge project Climate. The main purpose of this job is to test devstack integration before adding testing to it. Implements blueprint climate-devstack-gating Change-Id: Ifa76365d849b51926422d3d85902a8a4a4fc250e
This commit is contained in:
parent
534d20287a
commit
dfab0962ad
@ -0,0 +1,35 @@
|
|||||||
|
- job:
|
||||||
|
name: gate-climate-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=climate
|
||||||
|
export PROJECTS="stackforge/climate $PROJECTS"
|
||||||
|
export PROJECTS="stackforge/python-climateclient $PROJECTS"
|
||||||
|
|
||||||
|
function pre_test_hook {
|
||||||
|
# Install climate devstack integration
|
||||||
|
CLIMATE_BASE=/opt/stack/new/climate/contrib/devstack
|
||||||
|
DEVSTACK_BASE=/opt/stack/new/devstack
|
||||||
|
cp $CLIMATE_BASE/lib/* $DEVSTACK_BASE/lib
|
||||||
|
cp $CLIMATE_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
|
@ -325,6 +325,8 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: gate-manila-devstack-dsvm
|
- name: gate-manila-devstack-dsvm
|
||||||
voting: false
|
voting: false
|
||||||
|
- name: gate-climate-devstack-dsvm
|
||||||
|
voting: false
|
||||||
# puppet-openstack targets
|
# puppet-openstack targets
|
||||||
- name: gate-puppet-vswitch-puppet-lint
|
- name: gate-puppet-vswitch-puppet-lint
|
||||||
voting: false
|
voting: false
|
||||||
@ -2541,11 +2543,13 @@ projects:
|
|||||||
- gate-climate-python26
|
- gate-climate-python26
|
||||||
- gate-climate-python27
|
- gate-climate-python27
|
||||||
- gate-climate-requirements
|
- gate-climate-requirements
|
||||||
|
- gate-climate-devstack-dsvm
|
||||||
gate:
|
gate:
|
||||||
- gate-climate-pep8
|
- gate-climate-pep8
|
||||||
- gate-climate-python26
|
- gate-climate-python26
|
||||||
- gate-climate-python27
|
- gate-climate-python27
|
||||||
- gate-climate-requirements
|
- gate-climate-requirements
|
||||||
|
- gate-climate-devstack-dsvm
|
||||||
|
|
||||||
- name: stackforge/climate-nova
|
- name: stackforge/climate-nova
|
||||||
check:
|
check:
|
||||||
|
Loading…
Reference in New Issue
Block a user