Skip to content

Commit 36033df

Browse files
committed
CI: Disable testing CUDA
1 parent 9071d8f commit 36033df

1 file changed

Lines changed: 32 additions & 32 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
steps:
2-
- label: "CUDA Julia {{matrix.version}}"
3-
matrix:
4-
setup:
5-
version:
6-
- "1.10"
7-
- "1.11"
8-
- "1.12"
9-
- "1.13"
10-
plugins:
11-
- JuliaCI/julia#v1:
12-
version: "{{matrix.version}}"
13-
- JuliaCI/julia-coverage#v1:
14-
codecov: true
15-
command: |
16-
julia -e 'println("--- :julia: Developing CUDA")
17-
using Pkg
18-
Pkg.add(url="https://github.com/christiangnrd/CUDA.jl", rev="intrinsics")'
19-
julia -e 'println("--- :julia: Instantiating project")
20-
using Pkg
21-
Pkg.develop(; path=pwd())' || exit 3
22-
23-
julia -e 'println("+++ :julia: Running tests")
24-
using Pkg
25-
Pkg.test("CUDA"; coverage=true, test_args=["base/kernelabstractions"])'
26-
agents:
27-
queue: "juliagpu"
28-
cuda: "*"
29-
timeout_in_minutes: 120
30-
soft_fail:
31-
- exit_status: 3
32-
env:
33-
JULIA_PROJECT: "@cuda"
2+
# - label: "CUDA Julia {{matrix.version}}"
3+
# matrix:
4+
# setup:
5+
# version:
6+
# - "1.10"
7+
# - "1.11"
8+
# - "1.12"
9+
# - "1.13"
10+
# plugins:
11+
# - JuliaCI/julia#v1:
12+
# version: "{{matrix.version}}"
13+
# - JuliaCI/julia-coverage#v1:
14+
# codecov: true
15+
# command: |
16+
# julia -e 'println("--- :julia: Developing CUDA")
17+
# using Pkg
18+
# Pkg.add(url="https://github.com/christiangnrd/CUDA.jl", rev="intrinsics")'
19+
# julia -e 'println("--- :julia: Instantiating project")
20+
# using Pkg
21+
# Pkg.develop(; path=pwd())' || exit 3
22+
#
23+
# julia -e 'println("+++ :julia: Running tests")
24+
# using Pkg
25+
# Pkg.test("CUDA"; coverage=true, test_args=["base/kernelabstractions"])'
26+
# agents:
27+
# queue: "juliagpu"
28+
# cuda: "*"
29+
# timeout_in_minutes: 120
30+
# soft_fail:
31+
# - exit_status: 3
32+
# env:
33+
# JULIA_PROJECT: "@cuda"
3434

3535
# - label: "CUDA Enzyme Julia {{matrix.version}}"
3636
# matrix:

0 commit comments

Comments
 (0)