Skip to content

Commit

Permalink
override entrypoint so i can debug with exec
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Nov 8, 2024
1 parent 024cf6e commit 49c346e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/manifests/disk-usage-report-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ spec:
containers:
- name: disk-usage-report
image: IMAGE_PLACEHOLDER
args:
- "/home/asmacdo"
command: ["/bin/sh", "-c", "sleep 300"]
# args:
# - "/home/asmacdo"
volumeMounts:
- name: persistent-storage
mountPath: "/home/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# TODO should timeout be longer?
- name: Wait for Disk Usage Report Job to complete
run: |
kubectl wait --for=condition=complete pod/disk-usage-report-job --timeout=150s -n jupyterhub
kubectl wait --for=condition=complete pod/disk-usage-report-job --timeout=360s -n jupyterhub
continue-on-error: true

- name: Retrieve generated report file
Expand Down

0 comments on commit 49c346e

Please sign in to comment.