Merge "Add zuul definitions for TripleO VLAN check job"

This commit is contained in:
Jenkins 2014-06-18 12:31:30 +00:00 committed by Gerrit Code Review
commit cda1c29635
2 changed files with 42 additions and 0 deletions

View File

@ -199,3 +199,44 @@
keep-hierarchy: true
copy-after-failure: true
- console-log
- job:
name: 'check-tripleo-vlan-precise'
node: 'tripleo-precise'
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="common-venv stackuser pypi-openstack"
export TRIPLEO_TEST=vlan
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: true
copy-after-failure: true
- console-log

View File

@ -2218,6 +2218,7 @@ projects:
experimental-tripleo:
- check-tripleo-ironic-undercloud-precise
- check-tripleo-overcloud-precise
- check-tripleo-vlan-precise
post:
- tripleo-incubator-docs
pre-release: