From a6c83b004e348ea33611f3bebd10068fe70cf333 Mon Sep 17 00:00:00 2001 From: Giampaolo Lauria Date: Wed, 5 Jun 2013 14:53:22 -0400 Subject: [PATCH] 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 Approved: James E. Blair Reviewed-by: James E. Blair Tested-by: Jenkins --- .../config/devstack-gate.yaml | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml index 03f540fca9..282b5928da 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml @@ -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