Skip to content

Commit

Permalink
make scaling pipeline continue on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Aug 29, 2023
1 parent 1cbb906 commit 28d774d
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 28d774d

Please sign in to comment.