tox: use a different working directory for each jenkins executor (#49843)

This commit is contained in:
Emmanuel Cazenave 2021-01-04 16:41:05 +01:00 committed by Frédéric Péters
parent 7b09c48222
commit 551139d7ca
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/wcs/{env:BRANCH_NAME:}
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/wcs/{env:BRANCH_NAME:main}/{env:EXECUTOR_NUMBER:}
envlist = py3-django111-pylint-coverage, py3-django22
[testenv]