From 68f729cb3cab4c1daef8d20a24068030accc0576 Mon Sep 17 00:00:00 2001 From: Ash Berlin-Taylor Date: Mon, 15 Nov 2021 18:46:33 +0000 Subject: [PATCH] Stop polling when Webserver doesn't start up in Kube tests (#19598) (cherry picked from commit 6c20444cc688621795dc46a640b3885a9e735e47) --- scripts/ci/libraries/_kind.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/libraries/_kind.sh b/scripts/ci/libraries/_kind.sh index 1fb77ebe2e1e1..5b3ae69a11746 100644 --- a/scripts/ci/libraries/_kind.sh +++ b/scripts/ci/libraries/_kind.sh @@ -298,6 +298,7 @@ function kind::wait_for_webserver_healthy() { echo echo "${COLOR_RED}ERROR: Timeout while waiting for the webserver health check ${COLOR_RESET}" echo + return 1 fi done echo