Skip to content

Commit

Permalink
Check container runtime logs
Browse files Browse the repository at this point in the history
Signed-off-by: helenxie-bit <[email protected]>
  • Loading branch information
helenxie-bit committed Sep 22, 2024
1 parent 2a18b17 commit c6c964b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e-test-tune-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ jobs:
echo "Fetching kubelet logs..."
sudo journalctl -u kubelet
- name: Check container runtime logs
if: always() # Run this step even if previous steps fail
run: |
echo "Checking container runtime logs..."
sudo journalctl -u docker
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit c6c964b

Please sign in to comment.