Add daily full tempest run with coverage reporting enabled.
Change-Id: I6ab138c29ac8f646f1e89439b0d46f4aad69bacd Reviewed-on: https://review.openstack.org/18995 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
484f924f75
commit
6f34bcc51a
@ -532,6 +532,54 @@
|
|||||||
recipients: openstack-qa@lists.openstack.org
|
recipients: openstack-qa@lists.openstack.org
|
||||||
|
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: periodic-tempest-devstack-coverage-vm-full
|
||||||
|
node: devstack-precise
|
||||||
|
|
||||||
|
wrappers:
|
||||||
|
- timeout:
|
||||||
|
timeout: 180
|
||||||
|
fail: true
|
||||||
|
- timestamps
|
||||||
|
|
||||||
|
triggers:
|
||||||
|
- timed: '@daily'
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- trigger-builds:
|
||||||
|
- project: devstack-update-inprogress
|
||||||
|
predefined-parameters:
|
||||||
|
DEVSTACK_NODE_NAME=${NODE_NAME}
|
||||||
|
- devstack-checkout
|
||||||
|
- shell: |
|
||||||
|
#!/bin/bash -xe
|
||||||
|
export PYTHONUNBUFFERED=true
|
||||||
|
export DEVSTACK_GATE_TEMPEST=1
|
||||||
|
export DEVSTACK_GATE_TEMPEST_FULL=1
|
||||||
|
export DEVSTACK_GATE_TEMPEST_COVERAGE=1
|
||||||
|
export ZUUL_BRANCH=master
|
||||||
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||||
|
./safe-devstack-vm-gate-wrap.sh
|
||||||
|
- link-logs
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- scp:
|
||||||
|
site: 'static.openstack.org'
|
||||||
|
files:
|
||||||
|
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
|
||||||
|
source: 'logs/**'
|
||||||
|
keep-hierarchy: true
|
||||||
|
copy-after-failure: true
|
||||||
|
- console-log-periodic
|
||||||
|
- trigger-parameterized-builds:
|
||||||
|
- project: devstack-update-complete
|
||||||
|
when: complete
|
||||||
|
predefined-parameters:
|
||||||
|
DEVSTACK_NODE_NAME=${NODE_NAME}
|
||||||
|
- email:
|
||||||
|
recipients: openstack-qa@lists.openstack.org
|
||||||
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: gate-tempest-devstack-vm-postgres
|
name: gate-tempest-devstack-vm-postgres
|
||||||
node: devstack-precise
|
node: devstack-precise
|
||||||
|
Loading…
Reference in New Issue
Block a user