From efe7108a6b8236dd3a80cd6b5486400462fc4afb Mon Sep 17 00:00:00 2001 From: Felipe Monteiro Date: Wed, 8 Mar 2017 09:41:16 -0500 Subject: [PATCH] Enable DEVSTACK_GATE_TEMPEST_NOTESTS for patrole. This change is the last needed to correctly execute patrole tempest jobs. This flag needs to be set to 1, so that no automatic tempest tests are executed in devstack-vm-gate.sh because they are instead executed in post_test_hook.sh in patrole's repo. Change-Id: Id74a10d91b05090d27a5dedd73de65efbd66ec44 --- jenkins/jobs/patrole.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jenkins/jobs/patrole.yaml b/jenkins/jobs/patrole.yaml index 38daf8a124..75b4e34af0 100644 --- a/jenkins/jobs/patrole.yaml +++ b/jenkins/jobs/patrole.yaml @@ -18,9 +18,11 @@ #!/bin/bash -xe export PYTHONUNBUFFERED=true + # Ensure that tempest set up is executed, but do not automatically + # execute tempest tests; they are executed in post_test_hook. export DEVSTACK_GATE_TEMPEST=1 export DEVSTACK_GATE_NEUTRON=1 - export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=0 + export DEVSTACK_GATE_TEMPEST_NOTESTS=1 export ENABLED_SERVICES=tempest