Skip to content

Commit

Permalink
Merge #2056
Browse files Browse the repository at this point in the history
2056: Explicit specification of time limits for newly added jobs r=szy21 a=akshaysridhar

Update buildkite pipeline (longrun) to add explicit walltime-limit (1 day). 
Fix typo in clearsky longrun build. 

Co-authored-by: akshaysridhar <asridhar@caltech.edu>
  • Loading branch information
bors[bot] and akshaysridhar authored Sep 5, 2023
2 parents a704c97 + a4a6e02 commit 06362da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ steps:
agents:
slurm_ntasks: 64
slurm_mem_per_cpu: 16GB
slurm_time: 24:00:00

- label: ":computer: held-suarez, equilmoist, high-topped (55km), high-sponge (35km), helem_16 np_3"
command:
Expand All @@ -102,6 +103,7 @@ steps:
agents:
slurm_ntasks: 64
slurm_mem_per_cpu: 16GB
slurm_time: 24:00:00

- label: ":computer: aquaplanet, equilmoist, high-topped (55km), gray-radiation, vertdiff, high-sponge (35km), helem_16 np_3"
command:
Expand All @@ -114,6 +116,7 @@ steps:
agents:
slurm_ntasks: 64
slurm_mem_per_cpu: 16GB
slurm_time: 24:00:00

- label: ":computer: aquaplanet (ρe_tot) equilmoist clearsky high resolution hightop rayleigh sponge(35e3, 10) Float64"
command:
Expand Down

0 comments on commit 06362da

Please sign in to comment.