obelix74 commented on code in PR #3385:
URL: https://github.com/apache/polaris/pull/3385#discussion_r2819808116


##########
.github/workflows/ci.yml:
##########
@@ -234,6 +234,11 @@ jobs:
         run: |
           kubectl create namespace polaris-ns
           kubectl apply --namespace polaris-ns -f helm/polaris/ci/fixtures
+      - name: Wait for bootstrap to complete
+        run: |
+          echo "Waiting for bootstrap job to complete..."
+          kubectl wait --namespace polaris-ns --for=condition=complete 
job/polaris-bootstrap --timeout=300s
+          echo "Bootstrap job completed successfully"

Review Comment:
   Will add it to a different PR.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to