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
This commit is contained in:
Michał Dulko 2018-10-15 13:52:25 +02:00
parent c46441edf8
commit 4a96e1a5d1
1 changed files with 4 additions and 3 deletions

View File

@ -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