Merge "Remove default tox_envlist: venv"

This commit is contained in:
Zuul
2020-07-16 20:17:13 +00:00
committed by Gerrit Code Review
5 changed files with 2 additions and 6 deletions

View File

@@ -3,7 +3,6 @@ Collect log output from a tox build
**Role Variables**
.. zuul:rolevar:: tox_envlist
:default: venv
Comma separated string with test environmens to fetch log output from.
``ALL`` fetches all environments while an empty string fetches all test

View File

@@ -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
zuul_work_dir: "{{ zuul.project.src_dir }}"

View File

@@ -7,7 +7,6 @@ Runs tox for a project
Environment variables to pass in to the tox run.
.. zuul:rolevar:: tox_envlist
:default: venv
Comma separated string with test environments tox should run.
``ALL`` runs all test environments while an empty string runs

View File

@@ -1,6 +1,5 @@
---
tox_environment: {}
tox_envlist: venv
tox_executable: tox
tox_extra_args: -vv
tox_install_siblings: true

View File

@@ -1,4 +1,6 @@
- hosts: all
roles:
- ensure-tox
tasks:
- name: Run bindep
include_role: