Skip to content

Commit

Permalink
restart docker
Browse files Browse the repository at this point in the history
Signed-off-by: helenxie-bit <helenxiehz@gmail.com>
  • Loading branch information
helenxie-bit committed Sep 30, 2024
1 parent 64d8fef commit 45db42e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/e2e-test-tune-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ jobs:
if: always()
run: |
docker stats --no-stream
- name: Restart Docker Service
run: |
echo "Restarting Docker service..."
sudo systemctl restart docker
echo "Docker service status:"
sudo systemctl --no-pager -l -o short status docker
kubectl get pods -n kubeflow
# Step 3: Run e2e test with tune API
- name: Run e2e test with tune API
Expand Down

0 comments on commit 45db42e

Please sign in to comment.