Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,9 @@ function test_setup() {
echo ">> Waiting for Serving components to be running..."
wait_until_pods_running knative-serving || return 1

echo ">> Waiting for Cert Manager components to be running..."
wait_until_pods_running cert-manager || return 1

echo ">> Waiting for Ingress provider to be running..."
if [[ -n "${ISTIO_VERSION}" ]]; then
wait_until_pods_running istio-system || return 1
Expand Down