Skip to content

Commit

Permalink
Merge pull request #2382 from CliMA/zs/slurm_constraint
Browse files Browse the repository at this point in the history
add slurm constraint to regression test jobs
  • Loading branch information
szy21 authored Nov 23, 2023
2 parents 765bbda + 5a1eeec commit 914a844
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ steps:
--job_id sphere_baroclinic_wave_rhoe_equilmoist
--out_dir sphere_baroclinic_wave_rhoe_equilmoist
artifact_paths: "sphere_baroclinic_wave_rhoe_equilmoist/*"
agents:
slurm_constraint: icelake|cascadelake|skylake|epyc

- label: ":computer: no lim ARS baroclinic wave (ρe) equilmoist explicit vertdiff"
command: >
Expand Down Expand Up @@ -318,6 +320,8 @@ steps:
--job_id sphere_held_suarez_rhoe_equilmoist_hightop_sponge
--out_dir sphere_held_suarez_rhoe_equilmoist_hightop_sponge
artifact_paths: "sphere_held_suarez_rhoe_equilmoist_hightop_sponge/*"
agents:
slurm_constraint: icelake|cascadelake|skylake|epyc

- group: "Sphere Examples (Aquaplanet)"
steps:
Expand Down Expand Up @@ -358,6 +362,7 @@ steps:
artifact_paths: "sphere_aquaplanet_rhoe_equilmoist_allsky_gw_raw_zonallyasymmetric/*"
agents:
slurm_mem: 20GB
slurm_constraint: icelake|cascadelake|skylake|epyc

- group: "Sphere Examples (Topography)"
steps:
Expand Down
2 changes: 1 addition & 1 deletion regression_tests/ref_counter.jl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
138
139

0 comments on commit 914a844

Please sign in to comment.