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 21
21
# verifies the treehash of the pipeline itself and the inputs listed in `inputs`
22
22
signed_pipelines :
23
23
- 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 29
29
git config --global init.defaultBranch master
30
30
31
31
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()'
32
35
./julia --code-coverage=all --sysimage-native-code=no .buildkite/pipelines/scheduled/coverage/run_tests_parallel.jl
33
36
34
37
echo "--- Process and upload coverage information"
You can’t perform that action at this time.
0 commit comments