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
This commit is contained in:
Luigi Toscano 2019-11-21 17:48:23 +01:00
parent 2377f5071d
commit 8677168b80
1 changed files with 2 additions and 6 deletions

View File

@ -10,9 +10,7 @@
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-tempest - sahara-tests-tempest
- openstack-tox-lower-constraints - openstack-tox-lower-constraints
- openstack-tox-cover: - openstack-tox-cover:
@ -21,9 +19,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
- openstack-tox-lower-constraints - openstack-tox-lower-constraints
- sahara-grenade - sahara-grenade