From c02c28a982da8d5a9e7b4ca38d30967f6cd1531d Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 30 Sep 2021 18:57:10 +0000 Subject: [PATCH] Revert "Revert "Include tox_extra_args in tox siblings tasks"" This reverts commit 3668acc723d5b54cdaf789842a3c6e236bb6adb7. Change-Id: I643b82c7dc6fd78ff67678b56c639a6c45fd0061 --- roles/tox/tasks/siblings.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/tox/tasks/siblings.yaml b/roles/tox/tasks/siblings.yaml index a838f2e59..33ba98828 100644 --- a/roles/tox/tasks/siblings.yaml +++ b/roles/tox/tasks/siblings.yaml @@ -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 }}"