This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new c0f2ce1fb88 Actually fail when number of attempts failed for breeze 
command (#49615)
c0f2ce1fb88 is described below

commit c0f2ce1fb88cd00e96c9695276e87a3837b594a0
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Wed Apr 23 13:39:12 2025 +0200

    Actually fail when number of attempts failed for breeze command (#49615)
---
 scripts/ci/testing/run_breeze_command_with_retries.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/ci/testing/run_breeze_command_with_retries.sh 
b/scripts/ci/testing/run_breeze_command_with_retries.sh
index 7f2bb56785c..6044fe7d1f3 100755
--- a/scripts/ci/testing/run_breeze_command_with_retries.sh
+++ b/scripts/ci/testing/run_breeze_command_with_retries.sh
@@ -41,3 +41,6 @@ for i in $(seq 1 "$NUMBER_OF_ATTEMPT") ; do
     set -e
     sudo service docker restart
 done
+
+echo "{COLOR_RED} Tried ${NUMBER_OF_ATTEMPT} times but breeze command failed. 
Exiting... ${COLOR_RESET}"
+exit 1

Reply via email to