From a50e21d00d0ebed523b1b40486f16a471d68b805 Mon Sep 17 00:00:00 2001 From: Carlos Castillo Passi Date: Thu, 24 Oct 2024 16:42:14 -0300 Subject: [PATCH] Moved CPU tests and benchmarks to juliaecosystem. Reduced timeout limits. --- .buildkite/runbenchmarks.yml | 12 ++++++------ .buildkite/runtests.yml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.buildkite/runbenchmarks.yml b/.buildkite/runbenchmarks.yml index 8e619ac0e..6a0d6f4a0 100644 --- a/.buildkite/runbenchmarks.yml +++ b/.buildkite/runbenchmarks.yml @@ -25,11 +25,11 @@ steps: artifact_paths: - "benchmarks/results/*" agents: - queue: "benchmark" + queue: "juliaecosystem" env: BENCHMARK_GROUP: CPU JULIA_NUM_THREADS: "{{matrix.threads}}" - timeout_in_minutes: 120 + timeout_in_minutes: 10 - label: "AMDGPU: Run Benchmarks" plugins: @@ -57,7 +57,7 @@ steps: rocmgpu: "gfx1101" env: BENCHMARK_GROUP: AMDGPU - timeout_in_minutes: 120 + timeout_in_minutes: 30 - label: "CUDA: Run Benchmarks" plugins: @@ -85,7 +85,7 @@ steps: cuda: "*" env: BENCHMARK_GROUP: CUDA - timeout_in_minutes: 120 + timeout_in_minutes: 30 - label: "Metal: Run Benchmarks" plugins: @@ -113,7 +113,7 @@ steps: arch: "aarch64" env: BENCHMARK_GROUP: Metal - timeout_in_minutes: 120 + timeout_in_minutes: 30 - label: "oneAPI: Run Benchmarks" plugins: @@ -140,7 +140,7 @@ steps: intel: "*" env: BENCHMARK_GROUP: oneAPI - timeout_in_minutes: 120 + timeout_in_minutes: 30 - wait: ~ diff --git a/.buildkite/runtests.yml b/.buildkite/runtests.yml index c431802a2..c045b0bf9 100644 --- a/.buildkite/runtests.yml +++ b/.buildkite/runtests.yml @@ -29,8 +29,8 @@ steps: using Pkg Pkg.test("KomaMRICore"; coverage=true, julia_args=`--threads=auto`)' agents: - queue: "juliagpu" - timeout_in_minutes: 60 + queue: "juliaecosystem" + timeout_in_minutes: 10 - label: "AMDGPU: Run tests on v{{matrix.version}}" matrix: