Skip to content

Commit

Permalink
Stop polling when Webserver doesn't start up in Kube tests (#19598)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6c20444)
  • Loading branch information
ashb authored and potiuk committed Jan 22, 2022
1 parent 75dc1c0 commit 68f729c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/libraries/_kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68f729c

Please sign in to comment.