Skip to content

Commit

Permalink
GHA: describe svc
Browse files Browse the repository at this point in the history
  • Loading branch information
isinyaaa committed Jun 27, 2024
1 parent 8d6ab38 commit b0669f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-image-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
IMG: "quay.io/${{ env.IMG_ORG }}/${{ env.IMG_REPO }}:${{ steps.tags.outputs.tag }}"
run: |
kind load docker-image -n chart-testing ${IMG}
kubectl cluster-info --context kind-chart-testing
- name: Deploy Operator With Test Image
env:
IMG: "quay.io/${{ env.IMG_ORG }}/${{ env.IMG_REPO }}:${{ steps.tags.outputs.tag }}"
Expand All @@ -55,6 +56,7 @@ jobs:
- name: Wait for Test Registry Deployment
run: |
kubectl wait --for=condition=Available=true modelregistries/modelregistry-sample --timeout=5m
kubectl describe svc modelregistry-sample
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit b0669f8

Please sign in to comment.