Merge "Use envlist for tox based roles"

This commit is contained in:
Jenkins 2017-05-22 20:30:12 +00:00 committed by Gerrit Code Review
commit 1a57d14d34
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