Skip to content

Commit

Permalink
[Buildkite] Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Sep 30, 2024
1 parent a4c8c0d commit b0100a3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
agents:
queue: "juliagpu"
rocm: "*"
rocmgpu: "gfx1031"
rocmgpu: "*"
env:
JULIA_NUM_THREADS: 4
JULIA_AMDGPU_CORE_MUST_LOAD: "1"
Expand Down Expand Up @@ -78,6 +78,8 @@ steps:
version: "1.10"
agents:
queue: "juliaecosystem"
os: "linux"
arch: "x86_64"
command: |
julia --color=yes --project -e '
using Pkg
Expand All @@ -92,6 +94,8 @@ steps:
version: "1.10"
agents:
queue: "juliaecosystem"
os: "linux"
arch: "x86_64"
command: |
julia --color=yes --project -e '
using Pkg
Expand All @@ -106,6 +110,8 @@ steps:
version: "1.10"
agents:
queue: "juliaecosystem"
os: "linux"
arch: "x86_64"
command: |
julia --color=yes --project -e '
using Pkg
Expand Down

0 comments on commit b0100a3

Please sign in to comment.