From 7ab326382fe2859831fe74282ec2f32585791912 Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Thu, 23 Jun 2016 10:45:28 +0200 Subject: [PATCH] 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 --- jenkins/jobs/zaqar.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jenkins/jobs/zaqar.yaml b/jenkins/jobs/zaqar.yaml index b90e4a4ddd..9c2d9cf7d5 100644 --- a/jenkins/jobs/zaqar.yaml +++ b/jenkins/jobs/zaqar.yaml @@ -107,6 +107,7 @@ export PROJECTS="openstack/python-zaqarclient $PROJECTS" export PYTHONUNBUFFERED=true export ENABLED_SERVICES=tempest + export DEVSTACK_GATE_TEMPEST=0 export DEVSTACK_LOCAL_CONFIG="enable_plugin zaqar git://git.openstack.org/openstack/zaqar" function gate_hook {{ @@ -121,4 +122,4 @@ publishers: - test-results - devstack-logs - - console-log \ No newline at end of file + - console-log