Skip to content

Commit

Permalink
move hierarchy experiments before wait
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Dec 16, 2024
1 parent 43dd525 commit 101098b
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

0 comments on commit 101098b

Please sign in to comment.