From afcdcb17dc75e0d7d8c8b3448b79d74b4a6b67dc Mon Sep 17 00:00:00 2001 From: Julia Sloan Date: Tue, 19 Mar 2024 15:57:45 -0700 Subject: [PATCH] remove wait from longruns --- .buildkite/longruns/pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.buildkite/longruns/pipeline.yml b/.buildkite/longruns/pipeline.yml index 351b34fe7..d35ed50f6 100644 --- a/.buildkite/longruns/pipeline.yml +++ b/.buildkite/longruns/pipeline.yml @@ -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: @@ -70,8 +71,6 @@ steps: slurm_gpus: 1 modules: common - - wait - - group: "Coupler integration and conservation tests" steps: