From 4182209168d434a6a2921e933276617a4bfe879b Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Sun, 16 Jul 2023 18:19:01 -0400 Subject: [PATCH] Keep tests with AMDGPU.jl commented --- .buildkite/pipeline.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) 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: