From 7fe39aee725c5845ad3fd9c8ac984f8131506d0d Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Mon, 30 Sep 2024 00:52:34 -0500 Subject: [PATCH] [Buildkite] Update pipeline.yml --- .buildkite/pipeline.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 5ec6aa301..828eceaa5 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -26,7 +26,7 @@ steps: agents: queue: "juliagpu" rocm: "*" - rocmgpu: "gfx1031" + rocmgpu: "*" env: JULIA_NUM_THREADS: 4 JULIA_AMDGPU_CORE_MUST_LOAD: "1" @@ -78,6 +78,8 @@ steps: version: "1.10" agents: queue: "juliaecosystem" + os: "linux" + arch: "x86_64" command: | julia --color=yes --project -e ' using Pkg @@ -92,6 +94,8 @@ steps: version: "1.10" agents: queue: "juliaecosystem" + os: "linux" + arch: "x86_64" command: | julia --color=yes --project -e ' using Pkg @@ -106,6 +110,8 @@ steps: version: "1.10" agents: queue: "juliaecosystem" + os: "linux" + arch: "x86_64" command: | julia --color=yes --project -e ' using Pkg