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:
Sergey Lukjanov 2013-11-27 13:15:58 +04:00
parent ca7f6df1e3
commit 12dff65cc8
2 changed files with 39 additions and 0 deletions

View File

@ -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

View File

@ -325,6 +325,8 @@ jobs:
voting: false
- name: gate-manila-devstack-dsvm
voting: false
- name: gate-climate-devstack-dsvm
voting: false
# puppet-openstack targets
- name: gate-puppet-vswitch-puppet-lint
voting: false
@ -2541,11 +2543,13 @@ projects:
- gate-climate-python26
- gate-climate-python27
- gate-climate-requirements
- gate-climate-devstack-dsvm
gate:
- gate-climate-pep8
- gate-climate-python26
- gate-climate-python27
- gate-climate-requirements
- gate-climate-devstack-dsvm
- name: stackforge/climate-nova
check: