Skip to content

Commit

Permalink
Add some memory logging
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Jun 10, 2024
1 parent dd0f66c commit f8f5a27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: launch pytest Job
run: |
free -h
kubectl create -f ./pytest-task.yaml
- name: wait for pytest Job
Expand All @@ -48,6 +49,7 @@ jobs:
- name: report some info
if: ${{ always() }}
run: |
free -h
kubectl describe pods
kubectl describe jobs
kubectl logs Job/pytest

0 comments on commit f8f5a27

Please sign in to comment.