ci: Print controller logs after e2e run

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2024-05-03 09:38:14 +03:00
parent 0bd5b95c89
commit cc3d495aa9
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF
1 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,11 @@ jobs:
SKIP_COSIGN_VERIFICATION: true
CREATE_CLUSTER: false
run: make e2e
- name: Print controller logs
if: always()
continue-on-error: true
run: |
kubectl -n source-system logs -l app=source-controller
kind-linux-arm64:
# Hosted on Equinix