Skip to content

Commit

Permalink
Merge #2034
Browse files Browse the repository at this point in the history
2034: make scaling pipeline plot on failure r=nefrathenrici a=nefrathenrici

The plotting jobs in the scaling pipeline don't run if a prior job fails, this needs to be fixed.

Test scaling build: https://buildkite.com/clima/climaatmos-scaling/builds/506#018a427c-39c0-45f1-a03c-0a44b6a7c722

Co-authored-by: nefrathenrici <nat.henrici@gmail.com>
  • Loading branch information
bors[bot] and nefrathenrici authored Aug 29, 2023
2 parents 1cbb906 + 28d774d commit babb24d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .buildkite/scaling/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ fi
done

cat << EOM
- wait
- wait: ~
continue_on_failure: true
- label: ":chart_with_upwards_trend:"
key: "cpu_scaling_plots_$res-resolution"
Expand All @@ -218,7 +219,8 @@ EOM
done

cat << EOM
- wait
- wait: ~
continue_on_failure: true
- label: ":broom: clean up config files"
command: "rm -rf $parent_folder"
Expand Down

0 comments on commit babb24d

Please sign in to comment.