Skip to content

Commit f4f3991

Browse files
authored
[v3-0-test] Actually fail when number of attempts failed for breeze command (#49615) (#49619)
(cherry picked from commit c0f2ce1)
1 parent 4a18c45 commit f4f3991

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/ci/testing/run_breeze_command_with_retries.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ for i in $(seq 1 "$NUMBER_OF_ATTEMPT") ; do
4141
set -e
4242
sudo service docker restart
4343
done
44+
45+
echo "{COLOR_RED} Tried ${NUMBER_OF_ATTEMPT} times but breeze command failed. Exiting... ${COLOR_RESET}"
46+
exit 1

0 commit comments

Comments
 (0)