zuul-jobs/roles/fetch-tox-output
Clark Boylan e5dc872f09 Move tox logs into env specific dirs
New tox>=4 does not prefix the filenames with the env name. THis means
we'll squash together log files if more than one env is run. Address
this while on tox v3 to avoid regressions.

Change-Id: I2601cc7faa1f7a5d7f2d950d637dfa84c50717ae
2022-12-07 13:54:23 -08:00
..
defaults linters: fix spaces between filters 2022-07-27 17:13:39 +10:00
tasks Move tox logs into env specific dirs 2022-12-07 13:54:23 -08:00
README.rst Remove default tox_envlist: venv 2020-07-16 21:59:57 +02:00

Collect log output from a tox build

Role Variables

Comma separated string with test environmens to fetch log output from. ALL fetches all environments while an empty string fetches all test environments configured with envlist in tox.