Run sahara-scenario using Python 3

The sahara-tests repository is removing Python 2 support in master,
As Python 3.5 is supported, sahara-tests-scenario jobs can safely
use it to run sahara-scenario also on this stable branch.

Change-Id: If8ff04b6a59f98700f1aa3988fe740959a0ec4b0
(cherry picked from commit 8677168b80)
This commit is contained in:
Luigi Toscano 2019-11-25 16:44:09 +01:00
parent f6a07610a8
commit ec5de3aec7
1 changed files with 2 additions and 8 deletions

View File

@ -10,12 +10,8 @@
jobs: jobs:
- openstack-tox-pylint: - openstack-tox-pylint:
voting: false voting: false
- sahara-tests-scenario: - sahara-tests-scenario
vars:
sahara_scenario_tox_env: venv-py2
- sahara-tests-scenario-modwsgi: - sahara-tests-scenario-modwsgi:
vars:
sahara_scenario_tox_env: venv-py2
voting: false voting: false
- sahara-tests-tempest - sahara-tests-tempest
- openstack-tox-cover: - openstack-tox-cover:
@ -24,9 +20,7 @@
gate: gate:
queue: sahara queue: sahara
jobs: jobs:
- sahara-tests-scenario: - sahara-tests-scenario
vars:
sahara_scenario_tox_env: venv-py2
- sahara-tests-tempest - sahara-tests-tempest
- sahara-grenade - sahara-grenade
experimental: experimental: