From 101098b16505b9edbcc60d7a9e2b5c7a461a4877 Mon Sep 17 00:00:00 2001 From: Julia Sloan Date: Mon, 16 Dec 2024 11:11:28 -0800 Subject: [PATCH] move hierarchy experiments before wait --- .buildkite/pipeline.yml | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 96d046883..aa59b92ea 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -362,15 +362,6 @@ steps: slurm_ntasks: 1 soft_fail: true - - wait - - # plot job performance history - - label: ":chart_with_downwards_trend: build history" - command: - - build_history staging # name of branch to plot - artifact_paths: - - "build_history.html" - - group: "Hierarchy tests (1d)" steps: - label: ":construction: Dry Held Suarez" @@ -418,11 +409,19 @@ steps: agents: slurm_mem: 20GB - - wait - - label: ":construction: Hierarchy plots" - key: "hierarchy_plots" - command: - - "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/hierarchy/climate_plots.jl" - artifact_paths: "paper_figs/*" - agents: - slurm_mem: 20GB + - wait + + # plot job performance history + - label: ":chart_with_downwards_trend: build history" + command: + - build_history staging # name of branch to plot + artifact_paths: + - "build_history.html" + + - label: ":construction: Hierarchy plots" + key: "hierarchy_plots" + command: + - "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/hierarchy/climate_plots.jl" + artifact_paths: "paper_figs/*" + agents: + slurm_mem: 20GB