diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d8a5102..3b43d4a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -83,6 +83,11 @@ jobs: - run: ./hack/create-cluster-lxd.sh - run: kubectl taint nodes --all node-role.kubernetes.io/control-plane- || true - run: ./hack/test-smoke.sh + - if: failure() + run: | + set -x + kubectl get pods -A -o yaml + ssh -F ${HOME}/.u7s-ci-hosts/ssh_config host0 -- journalctl --user --no-pager --since "10 min ago" - name: "Test data persistency after restarting the node" run: | lxc restart host0 host1