From f1198bb508671a8708ab0563771ad9058071f40a Mon Sep 17 00:00:00 2001 From: Salvatore Orlando Date: Fri, 22 Aug 2014 01:08:05 -0700 Subject: [PATCH] Enable parallelism on DVR job As the neutron full job is now voting, it makes sense to enable parallel testing also on this experimental job. This might allow to uncover race conditions which went unnoticed so far. It looks like there is no reason for running the full test suite for the DVR job. Change-Id: Ic066fd43ff2509d08c97d867bc03f485b95f3b74 --- .../files/jenkins_job_builder/config/devstack-gate.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml index 3eca618c15..2f18f549df 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml @@ -395,7 +395,6 @@ export DEVSTACK_GATE_TEMPEST=1 export DEVSTACK_GATE_NEUTRON=1 export DEVSTACK_GATE_NEUTRON_DVR=1 - export DEVSTACK_GATE_SMOKE_SERIAL=1 export DEVSTACK_GATE_TEMPEST_ALLOW_TENANT_ISOLATION=1 export BRANCH_OVERRIDE={branch-override} if [ "$BRANCH_OVERRIDE" != "default" ] ; then