File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
.buildkite/pipelines/scheduled Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2121 # verifies the treehash of the pipeline itself and the inputs listed in `inputs`
2222 signed_pipelines :
2323 - pipeline : .buildkite/pipelines/scheduled/coverage/coverage_linux64.yml
24- signature : " U2FsdGVkX1+lpFo/nKzx3c6xCZPKYTAuunXpOsZG4+s4+iU5LfEpMvtNvpKQjDugRoxQxCItMqB6vr4KZN3KtKhjkLbr8ExAyaPil/N/uFhrLlpwNem9dxHbPrU2l7qo "
24+ signature : U2FsdGVkX1/SgLuxAxx2mXCmQ0D5YHA53wNyJgx8YE/JXyqXF0KyHiUPB/If9XHBhAwkXIUUlElfW07AWxkue3DVAD2+/iemnsO1w8HxuyyTa3eDQS5+GWqHp9IfRzQW
Original file line number Diff line number Diff line change 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
33+ export JULIA_WORKER_TIMEOUT=1200 # 1200 seconds = 20 minutes
34+ ./julia -e 'import Distributed; @info "" Distributed.worker_timeout()'
3235 ./julia --code-coverage=all --sysimage-native-code=no .buildkite/pipelines/scheduled/coverage/run_tests_parallel.jl
3336
3437 echo "--- Process and upload coverage information"
You can’t perform that action at this time.
0 commit comments