-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce FVT disk usage #368
Conversation
Resolves kserve#367 Signed-off-by: Christian Kadner <[email protected]>
Signed-off-by: Christian Kadner <[email protected]>
Signed-off-by: Christian Kadner <[email protected]>
26baa96
to
92f35ec
Compare
Signed-off-by: Christian Kadner <[email protected]>
Signed-off-by: Christian Kadner <[email protected]>
Signed-off-by: Christian Kadner <[email protected]>
Signed-off-by: Christian Kadner <[email protected]>
Signed-off-by: Christian Kadner <[email protected]>
124d787
to
4e7325e
Compare
Signed-off-by: Christian Kadner <[email protected]>
Signed-off-by: Christian Kadner <[email protected]>
Signed-off-by: Christian Kadner <[email protected]>
Signed-off-by: Christian Kadner <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me!
Another problem with FVTs solved!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ckadner, tjohnson31415 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Motivation
https://github.com/kserve/modelmesh-serving/actions/runs/4831653258/jobs/8609373544#step:11:367
Follow best practices to reduces disk usage for GitHub action runners by deleting binaries that are not needed.
Modifications
Result
Increased available disk space by 25 GB (plus an additional reclaimed space: 2.6 GB after docker prune).
Before cleanup:
https://github.com/kserve/modelmesh-serving/actions/runs/4919919317/jobs/8788129286#step:2:14
After cleanup:
https://github.com/kserve/modelmesh-serving/actions/runs/4919919317/jobs/8788129286#step:4:6
Pruned docker images:
https://github.com/kserve/modelmesh-serving/actions/runs/4919919317/jobs/8788129286#step:14:105
Resolves #367