Skip to content

Commit

Permalink
add GPU tests to buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Apr 22, 2024
1 parent 24965c5 commit 888a5c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,14 @@ steps:
agents:
slurm_mem: 16GB

- group: "GPU: unit tests and global bucket"
steps:
- label: "GPU runtests"
command: "julia --color=yes --project=test/ test/runtests.jl"
agents:
slurm_ntasks: 1
slurm_gres: "gpu:1"

- group: "Integration Tests"
steps:

Expand Down

0 comments on commit 888a5c5

Please sign in to comment.