We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d33e4 commit 16579b3Copy full SHA for 16579b3
.buildkite/pipeline.yml
@@ -9,17 +9,15 @@ steps:
9
cuda: "*"
10
timeout_in_minutes: 60
11
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
+ - label: "GPU integeration with julia v1"
+ plugins:
+ - JuliaCI/julia#v1:
+ version: "1"
+ - JuliaCI/julia-test#v1: ~
+ agents:
+ queue: "juliagpu"
+ cuda: "*"
+ timeout_in_minutes: 60
23
24
# - label: "GPU nightly"
25
# plugins:
0 commit comments