File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -279,26 +279,26 @@ steps:
279
279
if : build.message !~ /\[skip tests\]/ && !build.pull_request.draft
280
280
timeout_in_minutes : 60
281
281
282
- - label : " Julia nightly"
283
- plugins :
284
- - JuliaCI/julia#v1:
285
- version : nightly
286
- - JuliaCI/julia-test#v1: ~
287
- - JuliaCI/julia-coverage#v1:
288
- codecov : true
289
- dirs :
290
- - src
291
- - lib
292
- - examples
293
- agents :
294
- queue : " juliagpu"
295
- cuda : " *"
296
- commands : |
297
- julia --project -e 'using CUDA; CUDA.set_runtime_version!("local")'
298
- if : build.message !~ /\[skip tests\]/ && !build.pull_request.draft
299
- timeout_in_minutes : 120
300
- soft_fail :
301
- - exit_status : 1
282
+ # - label: "Julia nightly"
283
+ # plugins:
284
+ # - JuliaCI/julia#v1:
285
+ # version: nightly
286
+ # - JuliaCI/julia-test#v1: ~
287
+ # - JuliaCI/julia-coverage#v1:
288
+ # codecov: true
289
+ # dirs:
290
+ # - src
291
+ # - lib
292
+ # - examples
293
+ # agents:
294
+ # queue: "juliagpu"
295
+ # cuda: "*"
296
+ # commands: |
297
+ # julia --project -e 'using CUDA; CUDA.set_runtime_version!("local")'
298
+ # if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft
299
+ # timeout_in_minutes: 120
300
+ # soft_fail:
301
+ # - exit_status: 1
302
302
303
303
- label : " Documentation"
304
304
plugins :
You can’t perform that action at this time.
0 commit comments