From dd5ee71e7a3b560f09b639e82c6a126d7a11897f Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo Date: Thu, 1 Aug 2024 14:23:36 +0200 Subject: [PATCH] fix condition for pods --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 6f25470a..880ffe1f 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -180,7 +180,7 @@ jobs: run: | kubectl get pods --watch & KWPID=$! - kubectl wait --timeout=${{ env.HELM_INSTALL_TIMEOUT }} --all=true --for=condition=Available pods + kubectl wait --timeout=${{ env.HELM_INSTALL_TIMEOUT }} --all=true --for=condition=Ready pods kill $KWPID echo "Waiting for ESC Reindexing job to complete... " kubectl wait --timeout=5m --for=condition=complete job/acs-alfresco-search-enterprise-reindexing