Skip to content

Commit 9fe8d2f

Browse files
ammariopull[bot]
authored andcommitted
ci: reduce Windows parallelism (#7981)
We have seen an uptick in Windows failures.
1 parent b5dbd07 commit 9fe8d2f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,6 @@ jobs:
244244
# By default Go will use the number of logical CPUs, which
245245
# is a fine default.
246246
PARALLEL_FLAG=""
247-
if [ "${{ matrix.os }}" == "windows-2019" ]; then
248-
# Windows appears more I/O bound, so we increase parallelism
249-
# to make better use of CPU.
250-
PARALLEL_FLAG="-parallel=16"
251-
fi
252247
253248
export TS_DEBUG_DISCO=true
254249
gotestsum --junitfile="gotests.xml" --jsonfile="gotests.json" \

0 commit comments

Comments
 (0)