Merge "Explicit tox_extra_args in zuul-jobs-test-tox"

This commit is contained in:
Zuul 2021-09-30 15:51:44 +00:00 committed by Gerrit Code Review
commit 266f3e3642
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,8 @@
vars:
tox_envlist: docs
tox_constraints_file: '{{ zuul.project.src_dir }}/zuul-tests.d/test-constraints.txt'
# Make sure we test with verbose output even if the default changes
tox_extra_args: '-vv'
- name: Run tox with multiple testenvs
include_role:
@ -19,6 +21,8 @@
tox_envlist: docs,linters
tox_environment:
ANSIBLE_ROLES_PATH: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/roles"
# Make sure we test with verbose output even if the default changes
tox_extra_args: '-vv'
- name: Create tempfile to verify testenvs ran
tempfile:
@ -78,3 +82,5 @@
vars:
zuul_work_dir: "{{ zuul.project.src_dir }}/test-playbooks/python/"
tox_envlist: '%s'
# Make sure we test with verbose output even if the default changes
tox_extra_args: '-vv'