From 2d5c60205ccb2b1dff196d7cdc6aa6d6e883ef9d Mon Sep 17 00:00:00 2001 From: Simon Byrne Date: Fri, 8 Sep 2023 18:04:25 -0700 Subject: [PATCH] make failing EDMFX job soft fail --- .buildkite/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index b6709343e4..a063cdc15a 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -632,6 +632,7 @@ steps: julia --color=yes --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/diagnostic_edmfx_aquaplanet_tke.yml artifact_paths: "diagnostic_edmfx_aquaplanet_tke/*" + soft_fail: true agents: slurm_mem: 20GB