Skip to content

Commit 9d7a788

Browse files
authored
Merge pull request #154 from JuliaGPU/tb/timeout
Add CI timeouts.
2 parents 2332c89 + 874b57d commit 9d7a788

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ steps:
99
agents:
1010
queue: "juliagpu"
1111
cuda: "*"
12+
timeout_in_minutes: 60
1213

1314
- label: "Julia nightly"
1415
plugins:
@@ -20,6 +21,7 @@ steps:
2021
cuda: "*"
2122
soft_fail:
2223
- exit_status: 1
24+
timeout_in_minutes: 60
2325

2426
env:
2527
JULIA_PKG_SERVER: "" # it often struggles with our large artifacts

0 commit comments

Comments
 (0)