From 3b62c826afc59f9983231698e3824654a603b812 Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Mon, 27 Jan 2020 17:15:01 -0800 Subject: [PATCH] changed print policy for Wait For Pods --- .github/workflows/smoke-tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index 5256626..649b44c 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -37,9 +37,7 @@ jobs: skaffold run - name: Wait For Pods run: | - sleep 60 - kubectl get pods - echo waiting for ready state... + set -x kubectl wait --for=condition=available --timeout=500s deployment/adservice kubectl wait --for=condition=available --timeout=500s deployment/cartservice kubectl wait --for=condition=available --timeout=500s deployment/checkoutservice