Skip to content

Commit

Permalink
Test more with Julia 1.10.
Browse files Browse the repository at this point in the history
[skip julia]
  • Loading branch information
maleadt committed Jan 18, 2024
1 parent 5876e9d commit 4b017c6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ steps:
- label: "CUDA {{matrix.cuda}}"
plugins:
- JuliaCI/julia#v1:
version: 1.9
version: "1.10"
- JuliaCI/julia-test#v1:
test_args: "--quickfail core base libraries"
- JuliaCI/julia-coverage#v1:
Expand Down Expand Up @@ -77,7 +77,7 @@ steps:
- label: "CuArray with {{matrix.memory}} memory"
plugins:
- JuliaCI/julia#v1:
version: 1.9
version: "1.10"
- JuliaCI/julia-test#v1:
test_args: "--quickfail core base libraries"
- JuliaCI/julia-coverage#v1:
Expand Down Expand Up @@ -114,7 +114,7 @@ steps:
- "cuTensorNet"
plugins:
- JuliaCI/julia#v1:
version: "1.9"
version: "1.10"
- JuliaCI/julia-coverage#v1:
dirs:
- src
Expand Down Expand Up @@ -147,7 +147,7 @@ steps:
- label: "NNlibCUDA.jl on CUDA 12"
plugins:
- JuliaCI/julia#v1:
version: 1.9
version: "1.10"
- JuliaCI/julia-coverage#v1:
dirs:
- src
Expand Down Expand Up @@ -188,7 +188,7 @@ steps:
- label: "GPU-less environment"
plugins:
- JuliaCI/julia#v1:
version: 1.9
version: "1.10"
- JuliaCI/julia-coverage#v1:
dirs:
- src
Expand All @@ -215,7 +215,7 @@ steps:
- label: "Documentation"
plugins:
- JuliaCI/julia#v1:
version: 1.9
version: "1.10"
command: |
julia --project -e '
println("--- :julia: Instantiating project")
Expand All @@ -237,7 +237,7 @@ steps:
- label: "Compute sanitizer"
plugins:
- JuliaCI/julia#v1:
version: 1.9
version: "1.10"
- JuliaCI/julia-test#v1:
test_args: "--sanitize core base"
- JuliaCI/julia-coverage#v1:
Expand All @@ -264,7 +264,7 @@ steps:
- label: "Benchmarks (dry run)"
plugins:
- JuliaCI/julia#v1:
version: 1.9
version: "1.10"
command: |
julia --project -e '
using Pkg
Expand Down

0 comments on commit 4b017c6

Please sign in to comment.