ci: Print controller logs after e2e run
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
0bd5b95c89
commit
cc3d495aa9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue