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:
parent
5ca3b67305
commit
4e5a2a2230
@ -2,4 +2,5 @@
|
||||
roles:
|
||||
- extra-test-setup
|
||||
- revoke-sudo
|
||||
- run-cover
|
||||
- role: run-cover
|
||||
envlist: cover
|
||||
|
@ -1,4 +1,5 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- revoke-sudo
|
||||
- run-docs
|
||||
- role: run-docs
|
||||
envlist: venv
|
||||
|
@ -1,6 +1,5 @@
|
||||
- hosts: all
|
||||
vars:
|
||||
run_tox_envlist: pep8
|
||||
roles:
|
||||
- revoke-sudo
|
||||
- run-tox
|
||||
- role: run-tox
|
||||
envlist: pep8
|
||||
|
@ -1,7 +1,6 @@
|
||||
- hosts: all
|
||||
vars:
|
||||
run_tox_envlist: py27
|
||||
roles:
|
||||
- extra-test-setup
|
||||
- revoke-sudo
|
||||
- run-tox
|
||||
- role: run-tox
|
||||
envlist: py27
|
||||
|
@ -1,7 +1,6 @@
|
||||
- hosts: all
|
||||
vars:
|
||||
run_tox_envlist: py35
|
||||
roles:
|
||||
- extra-test-setup
|
||||
- revoke-sudo
|
||||
- run-tox
|
||||
- role: run-tox
|
||||
envlist: py35
|
||||
|
@ -1,5 +1,7 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- revoke-sudo
|
||||
- run-tarball
|
||||
- run-wheel
|
||||
- role: run-tarball
|
||||
envlist: venv
|
||||
- role: run-wheel
|
||||
envlist: venv
|
||||
|
Loading…
x
Reference in New Issue
Block a user