Fix: Rename view name to All
[releng/global-jjb.git] / releasenotes / notes / fix-tox-parallel-mode-f4d61a27ecd83cff.yaml
1 ---
2 fixes:
3   - |
4     Parallel mode for tox environments is broken if the user passes a JJB bool
5     value to the job-template. We now lowercase the PARALLEL variable when
6     comparing in the bash script to ensure the user provided value is compared
7     against the lowercase value.