Merge "Add the check-tripleo-overcloud-f20 jenkins job"
This commit is contained in:
commit
a582e836ff
@ -200,3 +200,42 @@
|
|||||||
copy-after-failure: true
|
copy-after-failure: true
|
||||||
- console-log
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user