Merge "Remove default tox_envlist: venv"
This commit is contained in:
@@ -3,7 +3,6 @@ Collect log output from a tox build
|
|||||||
**Role Variables**
|
**Role Variables**
|
||||||
|
|
||||||
.. zuul:rolevar:: tox_envlist
|
.. zuul:rolevar:: tox_envlist
|
||||||
:default: venv
|
|
||||||
|
|
||||||
Comma separated string with test environmens to fetch log output from.
|
Comma separated string with test environmens to fetch log output from.
|
||||||
``ALL`` fetches all environments while an empty string fetches all test
|
``ALL`` fetches all environments while an empty string fetches all test
|
||||||
|
@@ -1,7 +1,4 @@
|
|||||||
---
|
---
|
||||||
# TODO(mordred) This needs to switch back to not being venv - venv is OpenStack
|
|
||||||
# specific.
|
|
||||||
tox_envlist: venv
|
|
||||||
tox_executable: tox
|
tox_executable: tox
|
||||||
|
|
||||||
zuul_work_dir: "{{ zuul.project.src_dir }}"
|
zuul_work_dir: "{{ zuul.project.src_dir }}"
|
||||||
|
@@ -7,7 +7,6 @@ Runs tox for a project
|
|||||||
Environment variables to pass in to the tox run.
|
Environment variables to pass in to the tox run.
|
||||||
|
|
||||||
.. zuul:rolevar:: tox_envlist
|
.. zuul:rolevar:: tox_envlist
|
||||||
:default: venv
|
|
||||||
|
|
||||||
Comma separated string with test environments tox should run.
|
Comma separated string with test environments tox should run.
|
||||||
``ALL`` runs all test environments while an empty string runs
|
``ALL`` runs all test environments while an empty string runs
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
tox_environment: {}
|
tox_environment: {}
|
||||||
tox_envlist: venv
|
|
||||||
tox_executable: tox
|
tox_executable: tox
|
||||||
tox_extra_args: -vv
|
tox_extra_args: -vv
|
||||||
tox_install_siblings: true
|
tox_install_siblings: true
|
||||||
|
@@ -1,4 +1,6 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
|
roles:
|
||||||
|
- ensure-tox
|
||||||
tasks:
|
tasks:
|
||||||
- name: Run bindep
|
- name: Run bindep
|
||||||
include_role:
|
include_role:
|
||||||
|
Reference in New Issue
Block a user