rmetzger opened a new pull request #13779: URL: https://github.com/apache/flink/pull/13779
## What is the purpose of the change The Kubernetes e2e test failed once because it failed to build the docker image (network outage). This caused the test to report that the container didn't come up as expected. With this change, we will retry if the container building failed, and we will immediately return if we could not build the image, leading to better error reporting. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
