Skip to content

Commit

Permalink
fix: more debugging temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Fovty committed Apr 15, 2024
1 parent 95dacde commit 117798a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/end2end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,15 @@ jobs:
run: |
helm upgrade -i py-kube-downscaler \
--atomic \
--timeout 300s \
--timeout 600s \
--set image.tag=${{ steps.version.outputs.value }} \
./chart
if [ $? -ne 0 ]; then
echo "Helm deployment failed, collecting logs..."
kubectl describe pods -l app.kubernetes.io/name=py-kube-downscaler
kubectl logs -l app.kubernetes.io/name=py-kube-downscaler --tail=50
exit 1
fi
- name: Verify Deployment
run: |
Expand Down

0 comments on commit 117798a

Please sign in to comment.