Skip to content

Commit d0f6fbb

Browse files
committed
Disable nightly, for now.
1 parent e9833ed commit d0f6fbb

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.buildkite/pipeline.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -279,26 +279,26 @@ steps:
279279
if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft
280280
timeout_in_minutes: 60
281281

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
302302

303303
- label: "Documentation"
304304
plugins:

0 commit comments

Comments
 (0)