From 4a96e1a5d1c29ab0a3d13c5b2ac6a328431793b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dulko?= Date: Mon, 15 Oct 2018 13:52:25 +0200 Subject: [PATCH] Switch Python 3.6 job to not run pools tests Pools tests require serial, single-threaded test execution to be deterministic. We cannot run them in gates that aren't configured with that. This commit switches Python 3.6 gate back to not run the pools tests. Change-Id: I403c6219219768487106a433de8ed16f8b2eab5d --- .zuul.d/octavia.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.zuul.d/octavia.yaml b/.zuul.d/octavia.yaml index 2ab7b1f5b..f4356715e 100644 --- a/.zuul.d/octavia.yaml +++ b/.zuul.d/octavia.yaml @@ -149,13 +149,14 @@ - job: name: kuryr-kubernetes-tempest-daemon-containerized-octavia-py36 description: | - Tempest with Octavia, CNI daemon, containers and namespace subnet driver - with Kuryr running on Python3.6 containers - parent: kuryr-kubernetes-tempest-daemon-containerized-octavia-pools-namespace + Tempest with Octavia, CNI daemon, containers with Kuryr running on + Python3.6 containers + parent: kuryr-kubernetes-tempest-daemon-containerized-octavia vars: devstack_localrc: KURYR_CONTAINERS_USE_PY3: True USE_PYTHON3: true + voting: true - job: name: kuryr-kubernetes-tempest-daemon-containerized-openshift-octavia