Skip to content

Commit

Permalink
GHA: debug failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
isinyaaa committed Jun 27, 2024
1 parent 8d6ab38 commit 2a211ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-image-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,16 @@ jobs:
kubectl get mr
- name: Wait for Test Registry Deployment
run: |
sleep 5
kubectl wait --for=condition=Available=true modelregistries/modelregistry-sample --timeout=5m
echo "==== deployment info"
kubectl describe deployment modelregistry-sample
echo "==== pods info"
kubectl get pods
echo "==== endpoints info"
kubectl get endpoints
echo "==== mr wide info"
kubectl get mr -o wide
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 2a211ef

Please sign in to comment.