Skip to content

Commit

Permalink
Merge pull request #704 from CliMA/js/longruns
Browse files Browse the repository at this point in the history
remove wait from longruns
  • Loading branch information
juliasloan25 authored Mar 20, 2024
2 parents 6d692f0 + afcdcb1 commit a9ab967
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ steps:
- "julia --project=artifacts -e 'using Pkg; Pkg.status()'"
- "julia --project=artifacts artifacts/download_artifacts.jl"

- echo "--- Run simulation"
- "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/gpu_dyamond_target.yml"
artifact_paths: "experiments/AMIP/output/amip/gpu_dyamond_target_artifacts/*"
agents:
Expand All @@ -70,8 +71,6 @@ steps:
slurm_gpus: 1
modules: common

- wait

- group: "Coupler integration and conservation tests"

steps:
Expand Down

0 comments on commit a9ab967

Please sign in to comment.