Restore periodic tempest tests
Restore the nightly periodic job for tempest to run all the tests and send email on failure to the openstack-qa lists Change-Id: I85143fc4b4dc1d4bb9c34960b151dcdce19a9db0 Implements: blueprint periodic-tests-tempest Depends on https://review.openstack.org/#/c/32195/ Reviewed-on: https://review.openstack.org/31840 Reviewed-by: Monty Taylor <mordred@inaugust.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
afa87385cc
commit
a6c83b004e
@ -378,6 +378,45 @@
|
||||
recipients: openstack-stable-maint@lists.openstack.org
|
||||
|
||||
|
||||
- job:
|
||||
name: periodic-tempest-devstack-vm-all
|
||||
node: devstack-precise
|
||||
|
||||
wrappers:
|
||||
- timeout:
|
||||
timeout: 180
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
triggers:
|
||||
- timed: '0 6 * * *'
|
||||
|
||||
parameters:
|
||||
- string:
|
||||
name: ZUUL_BRANCH
|
||||
description: The branch to build
|
||||
default: master
|
||||
|
||||
builders:
|
||||
- devstack-inprogress
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_GATE_TEMPEST_ALL=1
|
||||
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-periodic
|
||||
- console-log-periodic
|
||||
- devstack-complete
|
||||
- email:
|
||||
recipients: openstack-qa@lists.openstack.org
|
||||
|
||||
|
||||
- job:
|
||||
name: periodic-tempest-devstack-coverage-vm-full
|
||||
node: devstack-precise
|
||||
|
Loading…
Reference in New Issue
Block a user