Skip to content

Commit

Permalink
Moved CPU tests and benchmarks to juliaecosystem. Reduced timeout lim…
Browse files Browse the repository at this point in the history
…its.
  • Loading branch information
cncastillo committed Oct 24, 2024
1 parent 00a8d8a commit a50e21d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .buildkite/runbenchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -57,7 +57,7 @@ steps:
rocmgpu: "gfx1101"
env:
BENCHMARK_GROUP: AMDGPU
timeout_in_minutes: 120
timeout_in_minutes: 30

- label: "CUDA: Run Benchmarks"
plugins:
Expand Down Expand Up @@ -85,7 +85,7 @@ steps:
cuda: "*"
env:
BENCHMARK_GROUP: CUDA
timeout_in_minutes: 120
timeout_in_minutes: 30

- label: "Metal: Run Benchmarks"
plugins:
Expand Down Expand Up @@ -113,7 +113,7 @@ steps:
arch: "aarch64"
env:
BENCHMARK_GROUP: Metal
timeout_in_minutes: 120
timeout_in_minutes: 30

- label: "oneAPI: Run Benchmarks"
plugins:
Expand All @@ -140,7 +140,7 @@ steps:
intel: "*"
env:
BENCHMARK_GROUP: oneAPI
timeout_in_minutes: 120
timeout_in_minutes: 30

- wait: ~

Expand Down
4 changes: 2 additions & 2 deletions .buildkite/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a50e21d

Please sign in to comment.