Skip to content

Commit

Permalink
fix longrun pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Jul 28, 2024
1 parent b66fd81 commit 5d6584c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .buildkite/amip/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
agents:
queue: clima
slurm_time: 72:00:00
slurm_time: 76:00:00
modules: common

env:
Expand All @@ -9,7 +9,7 @@ env:
SLURM_KILL_BAD_EXIT: 1
CONFIG_PATH: "config/amip_configs"

timeout_in_minutes: 4320
timeout_in_minutes: 4560

steps:

Expand Down
4 changes: 2 additions & 2 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ steps:

- label: "ClimaAtmos standalone target"
command:
- srun julia --project=experiments/ClimaEarth/ test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file test/component_model_tests/climaatmos_standalone/longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_tvinsol_0M_slabocean.yml --job_id longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_tvinsol_0M_slabocean
artifact_paths: "longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_tvinsol_0M_slabocean/*"
- srun julia --project=experiments/ClimaEarth/ test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file test/component_model_tests/climaatmos_standalone/longrun_aquaplanet_allsky_tvinsol_0M_slabocean.yml --job_id longrun_aquaplanet_allsky_tvinsol_0M_slabocean
artifact_paths: "longrun_aquaplanet_allsky_tvinsol_0M_slabocean/*"
env:
BUILD_HISTORY_HANDLE: ""
CLIMACOMMS_CONTEXT: "MPI"
Expand Down

0 comments on commit 5d6584c

Please sign in to comment.