Merge "Explicit tox_extra_args in zuul-jobs-test-tox"
This commit is contained in:
commit
266f3e3642
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user