Skip to content

Commit

Permalink
Fixup buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
luraess committed Aug 10, 2023
1 parent 8c28bf5 commit b073e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
julia -e 'println("+++ :julia: Running tests")
using Pkg
Pkg.test("CUDA")'
Pkg.test("FastIce")'
agents:
queue: "juliagpu"
cuda: "*"
Expand All @@ -43,7 +43,7 @@ steps:
julia -e 'println("+++ :julia: Running tests")
using Pkg
Pkg.test("AMDGPU")'
Pkg.test("FastIce)'
agents:
queue: "juliagpu"
rocm: "*"
Expand Down

0 comments on commit b073e00

Please sign in to comment.