Add the check-tripleo-overcloud-f20 jenkins job

Just adding an overcloud job for the moment while we iron out any
problems and wait for extra capacity.

Change-Id: I3de49fc15f3bd7743827461150bc646ac611e641
This commit is contained in:
Derek Higgins 2014-03-20 12:07:56 +00:00
parent d680c23401
commit 53ba0b309e

View File

@ -200,3 +200,42 @@
copy-after-failure: true
- console-log
- job:
name: 'check-tripleo-overcloud-f20'
node: 'tripleo-f20'
wrappers:
- timeout:
timeout: 145
fail: true
- timestamps
builders:
- link-logs
- net-info
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=140
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_EXERCISES=0
export GEARDSERVER=192.168.1.1
export DIB_COMMON_ELEMENTS="stackuser pypi-openstack"
export TRIPLEO_TEST=overcloud
function gate_hook {
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
}
export -f gate_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
publishers:
- scp:
site: 'static.openstack.org'
files:
- target: 'logs/$LOG_PATH'
source: 'logs/**'
keep-hierarchy: false
copy-after-failure: true
- console-log