From 15315b1b617a6065f2a2593527f307ad6119eed0 Mon Sep 17 00:00:00 2001 From: nHackel Date: Wed, 17 Jul 2024 11:20:32 +0200 Subject: [PATCH] Comment out AMD cards for now --- .buildkite/pipeline.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 44c9a3f..5fb2854 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -17,21 +17,21 @@ steps: include("test/gpu/cuda.jl")' timeout_in_minutes: 30 - - label: "AMD GPUs -- MPIReco.jl" - plugins: - - JuliaCI/julia#v1: - version: "1.10" - agents: - queue: "juliagpu" - rocm: "*" - rocmgpu: "*" - command: | - julia --color=yes --project -e ' - using Pkg - Pkg.add("TestEnv") - using TestEnv - TestEnv.activate(); - Pkg.add("AMDGPU") - Pkg.instantiate() - include("test/gpu/rocm.jl")' - timeout_in_minutes: 30 \ No newline at end of file + # - label: "AMD GPUs -- MPIReco.jl" + # plugins: + # - JuliaCI/julia#v1: + # version: "1.10" + # agents: + # queue: "juliagpu" + # rocm: "*" + # rocmgpu: "*" + # command: | + # julia --color=yes --project -e ' + # using Pkg + # Pkg.add("TestEnv") + # using TestEnv + # TestEnv.activate(); + # Pkg.add("AMDGPU") + # Pkg.instantiate() + # include("test/gpu/rocm.jl")' + # timeout_in_minutes: 30 \ No newline at end of file