Skip to content

Commit

Permalink
Stop testing on CUDA with Julia 1.5 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf authored Aug 2, 2021
1 parent ac09e1e commit 86daaf2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 404 deletions.
20 changes: 0 additions & 20 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,4 @@
steps:
- label: "Julia v1.5"
plugins:
- JuliaCI/julia#v1:
version: "1.5"
- JuliaCI/julia-coverage#v1:
codecov: true
commands:
- julia -e 'using Pkg; Pkg.add(name="Run", version="0.1")'
- julia -e 'using Run; Run.prepare("test/environments/cuda-jl15")'
- julia -e 'using Run; Run.test(project="test/environments/cuda-jl15")'
agents:
queue: "juliagpu"
cuda: "*"
if: |
build.message !~ /^\[skip gpu\]/ &&
build.message !~ /^\[skip cuda\]/
timeout_in_minutes: 60
env:
UNIONARRAYS_JL_TEST_CUDA: "true"

- label: "Julia v1.6"
plugins:
- JuliaCI/julia#v1:
Expand Down
Loading

0 comments on commit 86daaf2

Please sign in to comment.