diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 720bd9545..92ac58c74 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -19,25 +19,25 @@ steps: include("test/gpu/nvidia.jl")' timeout_in_minutes: 30 - - label: "AMD GPUs -- AMDGPU.jl" - plugins: - - JuliaCI/julia#v1: - version: 1.9 - agents: - queue: "juliagpu" - rocm: "*" - rocmgpu: "gfx1031" - env: - JULIA_AMDGPU_CORE_MUST_LOAD: "1" - JULIA_AMDGPU_HIP_MUST_LOAD: "1" - JULIA_AMDGPU_DISABLE_ARTIFACTS: "1" - command: | - julia --color=yes --project -e ' - using Pkg - Pkg.add("AMDGPU") - Pkg.instantiate() - include("test/gpu/amd.jl")' - timeout_in_minutes: 30 + # - label: "AMD GPUs -- AMDGPU.jl" + # plugins: + # - JuliaCI/julia#v1: + # version: 1.9 + # agents: + # queue: "juliagpu" + # rocm: "*" + # rocmgpu: "gfx1031" + # env: + # JULIA_AMDGPU_CORE_MUST_LOAD: "1" + # JULIA_AMDGPU_HIP_MUST_LOAD: "1" + # JULIA_AMDGPU_DISABLE_ARTIFACTS: "1" + # command: | + # julia --color=yes --project -e ' + # using Pkg + # Pkg.add("AMDGPU") + # Pkg.instantiate() + # include("test/gpu/amd.jl")' + # timeout_in_minutes: 30 - label: "Intel GPUs -- oneAPI.jl" plugins: