Skip to content

Commit 30a0970

Browse files
committed
CI (Buildkite, code coverage): increase the value of JULIA_WORKER_TIMEOUT on the code coverage job
1 parent 2f00c5f commit 30a0970

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.buildkite/pipelines/scheduled/0_webui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ steps:
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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ 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
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"

0 commit comments

Comments
 (0)