Skip to content

Commit

Permalink
Update wait condition to map all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Jun 19, 2024
1 parent c1e9079 commit d01bfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/operations/ci/aws-1/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d01bfdd

Please sign in to comment.