mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
ci: reduce Windows parallelism (#7981)
We have seen an uptick in Windows failures.
This commit is contained in:
@@ -244,11 +244,6 @@ jobs:
|
||||
# By default Go will use the number of logical CPUs, which
|
||||
# is a fine default.
|
||||
PARALLEL_FLAG=""
|
||||
if [ "${{ matrix.os }}" == "windows-2019" ]; then
|
||||
# Windows appears more I/O bound, so we increase parallelism
|
||||
# to make better use of CPU.
|
||||
PARALLEL_FLAG="-parallel=16"
|
||||
fi
|
||||
|
||||
export TS_DEBUG_DISCO=true
|
||||
gotestsum --junitfile="gotests.xml" --jsonfile="gotests.json" \
|
||||
|
||||
Reference in New Issue
Block a user