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 5995362
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .buildkite/scaling/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ steps:
env:
JULIA_NUM_PRECOMPILE_TASKS: 8
- wait
- wait: ~
continue_on_failure: true
EOM

Expand Down Expand Up @@ -198,7 +200,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 +221,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 5995362

Please sign in to comment.