Skip to content

Commit

Permalink
check the logs of kubelet
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 18, 2024
1 parent 8ff6864 commit da3c298
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test-tune-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
if: always() # Run this step even if previous steps fail
shell: bash
run: |
echo "Fetching kubelet logs from Minikube..."
minikube ssh "sudo journalctl -u kubelet"
echo "Fetching kubelet logs..."
sudo journalctl -u kubelet
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/v1beta1/scripts/gh-actions/run-e2e-tune-api.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from verify import verify_experiment_results

# Experiment timeout is 40 min.
EXPERIMENT_TIMEOUT = 60 * 15
EXPERIMENT_TIMEOUT = 60 * 10

# The default logging config.
logging.basicConfig(level=logging.INFO)
Expand Down

0 comments on commit da3c298

Please sign in to comment.