From 55a51b2d66a972d36aa8eebbab26ec3d51d0f371 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Thu, 31 Jan 2019 14:01:39 +0900 Subject: [PATCH] Add horizon-dsvm-tempest-plugin-py27 job We now support both python 2.7 and python 3 environments, but bug 1814028 turns out that we cannot detect python2/3 difference only with unit tests. It sounds reasonable to me to add python 2.7 version of the tempest job. Horizon runs only one devstack job now, so I believe it is okay to add one more job. Change-Id: I35fb6c04f67d68109fccd29af332f291b738d9b3 --- .zuul.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 0423afee92..bab2773ee7 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -72,6 +72,13 @@ tempest_test_regex: horizon tox_envlist: all +- job: + name: horizon-dsvm-tempest-plugin-py27 + parent: horizon-dsvm-tempest-plugin + vars: + devstack_localrc: + USE_PYTHON3: false + - job: # Security testing for known issues name: horizon-tox-bandit-baseline @@ -106,6 +113,7 @@ - horizon-integration-tests: voting: false - horizon-dsvm-tempest-plugin + - horizon-dsvm-tempest-plugin-py27 - horizon-tox-bandit-baseline: voting: false gate: @@ -113,3 +121,4 @@ jobs: - horizon-openstack-tox-python3-django111 - horizon-dsvm-tempest-plugin + - horizon-dsvm-tempest-plugin-py27