From f93647ddb310672ddd989ab4823c2205318f3375 Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Tue, 21 Mar 2017 09:30:08 +0100 Subject: [PATCH] Disable swift on heat python3 gate (again) The attempts at running swift with python2 on the python3 don't work so let's get back at disabling swift. This basically reverts I044bc0536d728965f9637a344325d2d9763e471f Change-Id: I8cc67e136fb34c09d62f0511ffd18ff0d212d1c4 --- jenkins/jobs/heat.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/jobs/heat.yaml b/jenkins/jobs/heat.yaml index 02ae886649..9ba0320268 100644 --- a/jenkins/jobs/heat.yaml +++ b/jenkins/jobs/heat.yaml @@ -58,13 +58,13 @@ services+=,g-api,g-reg services+=,c-sch,c-api,c-vol,c-bak services+=,q-svc,q-dhcp,q-meta,q-agt,q-l3 - services+=,s-proxy,s-object,s-container,s-account if [ "{special}" == "-py35" ] ; then export DEVSTACK_GATE_USE_PYTHON3=True - export DEVSTACK_LOCAL_CONFIG+=$'\n'"disable_python3_package swift" + # Swift does not work so skip s-* for python3x for now else export DEVSTACK_GATE_USE_PYTHON3=False + services+=,s-proxy,s-object,s-container,s-account fi # enable heat services for mitaka (no devstack plugin available)