Don't run tempest tests in zaqar gate
Zaqar runs smoke tests in its dvsm gate, but we don't care about those and they actually fail because we don't have nova. Let's not run them. Change-Id: I2eaa16d0d6d820e78b2636a5f3e07924f12f5eab
This commit is contained in:
parent
404e673ca7
commit
7ab326382f
@ -107,6 +107,7 @@
|
|||||||
export PROJECTS="openstack/python-zaqarclient $PROJECTS"
|
export PROJECTS="openstack/python-zaqarclient $PROJECTS"
|
||||||
export PYTHONUNBUFFERED=true
|
export PYTHONUNBUFFERED=true
|
||||||
export ENABLED_SERVICES=tempest
|
export ENABLED_SERVICES=tempest
|
||||||
|
export DEVSTACK_GATE_TEMPEST=0
|
||||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin zaqar git://git.openstack.org/openstack/zaqar"
|
export DEVSTACK_LOCAL_CONFIG="enable_plugin zaqar git://git.openstack.org/openstack/zaqar"
|
||||||
|
|
||||||
function gate_hook {{
|
function gate_hook {{
|
||||||
@ -121,4 +122,4 @@
|
|||||||
publishers:
|
publishers:
|
||||||
- test-results
|
- test-results
|
||||||
- devstack-logs
|
- devstack-logs
|
||||||
- console-log
|
- console-log
|
||||||
|
Loading…
Reference in New Issue
Block a user