remove unneeded periodic jobs
remove full tempest private hourlies and public dailies as we're now running full tempest on all of tempest and core projects. now that postgresql is in the tempest gate, and running on every core project in non-voting, we don't need a periodic job for that either. Change-Id: I3dd73cb71bb53532524030f5dc7f0dbdc71c62a7 Reviewed-on: https://review.openstack.org/21212 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Paul Belanger <paul.belanger@polybeacon.com> Approved: Monty Taylor <mordred@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
f538a07dbb
commit
4664c76099
@ -183,85 +183,6 @@
|
||||
- devstack-complete
|
||||
|
||||
|
||||
- job:
|
||||
name: periodic-tempest-devstack-vm-full
|
||||
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_FULL=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-vm-check-hourly
|
||||
node: devstack-precise
|
||||
|
||||
wrappers:
|
||||
- timeout:
|
||||
timeout: 180
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
triggers:
|
||||
- timed: '@hourly'
|
||||
|
||||
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_CINDER=1
|
||||
export DEVSTACK_GATE_TEMPEST_FULL=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: david.kranz@qrclab.com sdague@linux.vnet.ibm.com
|
||||
|
||||
|
||||
- job:
|
||||
name: periodic-tempest-devstack-vm-stable-diablo
|
||||
node: devstack-oneiric
|
||||
@ -415,47 +336,6 @@
|
||||
recipients: openstack-stable-maint@lists.openstack.org
|
||||
|
||||
|
||||
- job:
|
||||
name: periodic-tempest-devstack-postgres-vm-full
|
||||
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_POSTGRES=1
|
||||
export DEVSTACK_GATE_CINDER=1
|
||||
export DEVSTACK_GATE_TEMPEST_FULL=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