Skip to content

Commit a9e5c9d

Browse files
committed
disable Enzyme CUDA test for now
1 parent 6b54ba3 commit a9e5c9d

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

.buildkite/pipeline.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -31,37 +31,37 @@ steps:
3131
soft_fail:
3232
- exit_status: 3
3333

34-
- label: "CUDA Enzyme Julia {{matrix.version}}"
35-
matrix:
36-
setup:
37-
version:
38-
- "1.10"
39-
- "1.11"
40-
plugins:
41-
- JuliaCI/julia#v1:
42-
version: "{{matrix.version}}"
43-
- JuliaCI/julia-coverage#v1:
44-
codecov: true
45-
command: |
46-
julia -e 'println("--- :julia: Instantiating project")
47-
using Pkg
48-
try
49-
Pkg.develop([PackageSpec(; path=pwd()), PackageSpec("Enzyme"), PackageSpec("EnzymeCore"), PackageSpec("CUDA")])
50-
catch err
51-
Pkg.develop(; path=pwd())
52-
Pkg.add(["CUDA", "Enzyme"])
53-
end' || exit 3
34+
# - label: "CUDA Enzyme Julia {{matrix.version}}"
35+
# matrix:
36+
# setup:
37+
# version:
38+
# - "1.10"
39+
# - "1.11"
40+
# plugins:
41+
# - JuliaCI/julia#v1:
42+
# version: "{{matrix.version}}"
43+
# - JuliaCI/julia-coverage#v1:
44+
# codecov: true
45+
# command: |
46+
# julia -e 'println("--- :julia: Instantiating project")
47+
# using Pkg
48+
# try
49+
# Pkg.develop([PackageSpec(; path=pwd()), PackageSpec("Enzyme"), PackageSpec("EnzymeCore"), PackageSpec("CUDA")])
50+
# catch err
51+
# Pkg.develop(; path=pwd())
52+
# Pkg.add(["CUDA", "Enzyme"])
53+
# end' || exit 3
5454

55-
julia -e 'println("+++ :julia: Running tests")
56-
using CUDA
57-
include("test/extensions/enzyme.jl")
58-
enzyme_testsuite(CUDABackend, CuArray, true)'
59-
agents:
60-
queue: "juliagpu"
61-
cuda: "*"
62-
timeout_in_minutes: 120
63-
soft_fail:
64-
- exit_status: 3
55+
# julia -e 'println("+++ :julia: Running tests")
56+
# using CUDA
57+
# include("test/extensions/enzyme.jl")
58+
# enzyme_testsuite(CUDABackend, CuArray, true)'
59+
# agents:
60+
# queue: "juliagpu"
61+
# cuda: "*"
62+
# timeout_in_minutes: 120
63+
# soft_fail:
64+
# - exit_status: 3
6565

6666
- label: "Metal Julia {{matrix.version}}"
6767
matrix:

0 commit comments

Comments
 (0)