Use envlist for tox based roles

Ensure we pass the envlist variable to our roles.

Change-Id: I1340b5db310e401bcac321ee12138bd5777d2324
Depends-On: Icd8ed9f769c1b2ce7fcb9c3a75296f0279a24d9f
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-05-19 13:19:56 -04:00
parent 5ca3b67305
commit 4e5a2a2230
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
6 changed files with 14 additions and 13 deletions

View File

@ -2,4 +2,5 @@
roles:
- extra-test-setup
- revoke-sudo
- run-cover
- role: run-cover
envlist: cover

View File

@ -1,4 +1,5 @@
- hosts: all
roles:
- revoke-sudo
- run-docs
- role: run-docs
envlist: venv

View File

@ -1,6 +1,5 @@
- hosts: all
vars:
run_tox_envlist: pep8
roles:
- revoke-sudo
- run-tox
- role: run-tox
envlist: pep8

View File

@ -1,7 +1,6 @@
- hosts: all
vars:
run_tox_envlist: py27
roles:
- extra-test-setup
- revoke-sudo
- run-tox
- role: run-tox
envlist: py27

View File

@ -1,7 +1,6 @@
- hosts: all
vars:
run_tox_envlist: py35
roles:
- extra-test-setup
- revoke-sudo
- run-tox
- role: run-tox
envlist: py35

View File

@ -1,5 +1,7 @@
- hosts: all
roles:
- revoke-sudo
- run-tarball
- run-wheel
- role: run-tarball
envlist: venv
- role: run-wheel
envlist: venv