Add ZeroMQ test to devstack gate

A ZeroMQ test for devstack gate in addition to
all other checks.

This is a combination ZeroMQ+PostgreSQL check
intended to eventually replace the existing PostgreSQL
test for devstack gating.

Per discussion with jeblair and emonty,
it seems prudent to combine these tests to
minimize testing resource utilization.

Change-Id: I82bc4f2fa3748e2d0a168e5b143df1f7b7f54161
Reviewed-on: https://review.openstack.org/32184
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
Eric Windisch 2013-06-04 14:47:12 -04:00 committed by Jenkins
parent abda9b7691
commit d7140a8565

View File

@ -457,6 +457,45 @@
recipients: openstack-qa@lists.openstack.org
- job:
name: gate-tempest-devstack-vm-postgres-zeromq-full
node: devstack-precise
wrappers:
- timeout:
timeout: 180
fail: true
- timestamps
parameters:
- label:
name: NODE_LABEL
description: Label of node to use for this build
default: devstack-precise
triggers:
- zuul
builders:
- devstack-inprogress
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_FULL=1
export DEVSTACK_GATE_POSTGRES=1
export DEVSTACK_GATE_ZEROMQ=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
- console-log
- devstack-complete
- job:
name: gate-tempest-devstack-vm-postgres
node: devstack-precise