Skip to content

Commit 5bf76ae

Browse files
authored
In the code coverage Buildkite job, do not use multiple threads (since we instead use multiple worker processes)
1 parent b8ab35c commit 5bf76ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/pipelines/scheduled/coverage/coverage_linux64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ steps:
2929
git config --global init.defaultBranch master
3030
3131
echo "--- Run Julia tests in parallel with code coverage enabled"
32+
export JULIA_NUM_THREADS=1
3233
export JULIA_WORKER_TIMEOUT=1200 # 1200 seconds = 20 minutes
3334
./julia -e 'import Distributed; @info "" Distributed.worker_timeout()'
3435
./julia --code-coverage=all --sysimage-native-code=no .buildkite/pipelines/scheduled/coverage/run_tests_parallel.jl

0 commit comments

Comments
 (0)