Revert "Revert "Include tox_extra_args in tox siblings tasks""

This reverts commit 3668acc723.

Change-Id: I643b82c7dc6fd78ff67678b56c639a6c45fd0061
This commit is contained in:
Jeremy Stanley 2021-09-30 18:57:10 +00:00
parent 1861faf567
commit c02c28a982

View File

@ -9,6 +9,7 @@
{% if tox_envlist is defined and tox_envlist %}
-e{{ tox_envlist }}
{% endif %}
{{ tox_extra_args }}
args:
chdir: "{{ zuul_work_dir }}"
environment: "{{ tox_environment|combine(tox_constraints_env|default({})) }}"
@ -28,6 +29,7 @@
{% if tox_envlist is defined and tox_envlist %}
-e{{ tox_envlist }}
{% endif %}
{{ tox_extra_args }}
> {{ _tox_show_config_tempfile.path }}
args:
chdir: "{{ zuul_work_dir }}"