From d01bfdd74fc8477a9b980d074de1d7ff6ce7b1ab Mon Sep 17 00:00:00 2001 From: Michael Barroco Date: Wed, 19 Jun 2024 17:54:49 +0200 Subject: [PATCH] Update wait condition to map all jobs --- deploy/operations/ci/aws-1/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/operations/ci/aws-1/test.sh b/deploy/operations/ci/aws-1/test.sh index c29884329..02154e5e0 100755 --- a/deploy/operations/ci/aws-1/test.sh +++ b/deploy/operations/ci/aws-1/test.sh @@ -38,7 +38,7 @@ cd "$BASEDIR/../../../services/helm-charts/dss" RELEASE_NAME="dss" helm dep update --kube-context="$KUBE_CONTEXT" helm upgrade --install --debug --kube-context="$KUBE_CONTEXT" -f "${WORKSPACE_LOCATION}/helm_values.yml" "$RELEASE_NAME" . -kubectl wait --for=condition=complete --timeout=3m job/rid-schema-manager-1 +kubectl wait --for=condition=complete --timeout=3m job --all # Test the deployment of the DSS kubectl apply -f test/test-resources.yaml