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