Skip to content

Commit 1835358

Browse files
committed
Skip GPUArrays tests when testing CUDA.
1 parent 3f3ad08 commit 1835358

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,12 @@ steps:
4747
key: "cuda"
4848
depends_on: "julia"
4949
steps:
50-
# NOTE: we support those CUDA versions for which the latest cuDNN is available
51-
# https://developer.nvidia.com/rdp/cudnn-archive
52-
5350
- label: "CUDA {{matrix.cuda}}"
5451
plugins:
5552
- JuliaCI/julia#v1:
5653
version: 1.8
57-
- JuliaCI/julia-test#v1: ~
54+
- JuliaCI/julia-test#v1:
55+
test_args: "core base libraries"
5856
- JuliaCI/julia-coverage#v1:
5957
dirs:
6058
- src

0 commit comments

Comments
 (0)