Skip to content

Commit 16579b3

Browse files
enable buildkite run on 1.7
1 parent 27d33e4 commit 16579b3

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

.buildkite/pipeline.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@ steps:
99
cuda: "*"
1010
timeout_in_minutes: 60
1111

12-
# - label: "GPU integeration with julia v1"
13-
# soft_fail:
14-
# - exit_status: 1
15-
# plugins:
16-
# - JuliaCI/julia#v1:
17-
# version: "1"
18-
# - JuliaCI/julia-test#v1: ~
19-
# agents:
20-
# queue: "juliagpu"
21-
# cuda: "*"
22-
# timeout_in_minutes: 60
12+
- label: "GPU integeration with julia v1"
13+
plugins:
14+
- JuliaCI/julia#v1:
15+
version: "1"
16+
- JuliaCI/julia-test#v1: ~
17+
agents:
18+
queue: "juliagpu"
19+
cuda: "*"
20+
timeout_in_minutes: 60
2321

2422
# - label: "GPU nightly"
2523
# plugins:

0 commit comments

Comments
 (0)