Merge "Include tox_extra_args in tox siblings tasks"
This commit is contained in:
commit
f0d72b612b
@ -9,6 +9,7 @@
|
|||||||
{% if tox_envlist is defined and tox_envlist %}
|
{% if tox_envlist is defined and tox_envlist %}
|
||||||
-e{{ tox_envlist }}
|
-e{{ tox_envlist }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{{ tox_extra_args }}
|
||||||
args:
|
args:
|
||||||
chdir: "{{ zuul_work_dir }}"
|
chdir: "{{ zuul_work_dir }}"
|
||||||
environment: "{{ tox_environment|combine(tox_constraints_env|default({})) }}"
|
environment: "{{ tox_environment|combine(tox_constraints_env|default({})) }}"
|
||||||
@ -28,6 +29,7 @@
|
|||||||
{% if tox_envlist is defined and tox_envlist %}
|
{% if tox_envlist is defined and tox_envlist %}
|
||||||
-e{{ tox_envlist }}
|
-e{{ tox_envlist }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{{ tox_extra_args }}
|
||||||
> {{ _tox_show_config_tempfile.path }}
|
> {{ _tox_show_config_tempfile.path }}
|
||||||
args:
|
args:
|
||||||
chdir: "{{ zuul_work_dir }}"
|
chdir: "{{ zuul_work_dir }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user