Skip to content

Commit

Permalink
Add mem to some jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Aug 10, 2022
1 parent 38b8abf commit 852eae2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ steps:
- label: ":partly_sunny: life_cycle_Tan2018"
command: "julia --color=yes --project=integration_tests integration_tests/driver.jl --case life_cycle_Tan2018"
artifact_paths: "Output.life_cycle_Tan2018.01/stats/comparison/*"
agents:
slurm_mem: 5GB

- label: ":partly_sunny: Soares"
command: "julia --color=yes --project=integration_tests integration_tests/driver.jl --case Soares"
Expand Down Expand Up @@ -214,6 +216,8 @@ steps:
- label: ":mag: Invalidations"
command: "julia --color=yes --project=perf perf/invalidations.jl"
artifact_paths: "perf/invalidations_output/*"
agents:
slurm_mem: 5GB

- label: ":mag: Inference triggers"
command: "julia --color=yes --project=perf perf/inference_triggers.jl"
Expand Down

0 comments on commit 852eae2

Please sign in to comment.