Skip to content

Draft: [CI] Wait for Webservice Ingress to have an IP before checking endpoint

Mitchell Nielsen requested to merge ci-sleep-before-endpoint-check into master

Summary

Waiting for Ingress to be ready

Waits for the Webservice Ingress to have an IP address before checking the endpoint. This hopefully addresses some issues we've seen where curl reports a self-signed certificate in the chain.

No longer printing controller logs on failure

The logs are rarely helpful for debugging the deployment to CI, and often hides the real error message closer to the top.

Also, CI only prints around 100 of the log lines, which leads to confusion.

The environment stays up in the cluster, so we still have the ability to connect and debug the full logs.

Related to #267 (closed)

Edited by Mitchell Nielsen

Merge request reports