Skip to content

Commit

Permalink
Update .buildkite/pipeline.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Simone Silvestri <silvestri.simone0@gmail.com>
  • Loading branch information
glwagner and simone-silvestri authored Aug 19, 2024
1 parent 56e7978 commit ad28ba8
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 @@ -60,7 +60,13 @@ steps:
TEST_GROUP: "simulations"
commands:
- "julia --project -e 'using Pkg; Pkg.test()'"

agents:
slurm_mem: 120G
slurm_gpus: 1
slurm_cpus_per_task: 8
slurm_ntasks: 1
slurm_gpus_per_task: 1
slurm_time: 01:00:00
- wait: ~
continue_on_failure: true

0 comments on commit ad28ba8

Please sign in to comment.