-
Notifications
You must be signed in to change notification settings - Fork 62
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
ci: increase available disk space for GHA container image builds #577
ci: increase available disk space for GHA container image builds #577
Conversation
|
||
[storage.options] | ||
# https://www.redhat.com/sysadmin/faster-container-image-pulls | ||
pull_options = {enable_partial_images = "true", use_hard_links = "true", ostree_repos=""} | ||
pull_options = {enable_partial_images = "true", use_hard_links = "false", ostree_repos=""} |
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.
use_hard_links = "false"
is what's shown in the blog
4dda228
to
76ee832
Compare
/label tide/merge-method-squash |
/retest-required |
@jiridanek: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/test runtimes-ubi8-e2e-tests |
|
@jiridanek: jiridanek unauthorized: /override is restricted to Repo administrators, approvers in top level OWNERS file, and the following github teams:. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This PR creates a LVM overlay, increasing the available disk space from previous 66GB to 82GB by default, and 106GB when building any amd/cude/pytorch/tensorflow image.
d581cfd
to
ba9095d
Compare
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.
Thanks Jiri for this enchantment!
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: atheo89, harshad16 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 |
088ab3c
into
opendatahub-io:main
…ndatahub-io#577) * ci: increase available disk space for GHA container image builds This PR creates a LVM overlay, increasing the available disk space from previous 66GB to 82GB by default, and 106GB when building any amd/cude/pytorch/tensorflow image. * fixup from review, add intel (cherry picked from commit 088ab3c)
Description
This PR creates a LVM overlay, increasing the available disk space for podman builds from previous 66GB
to 83GB by default,
and whopping 102GB when building any amd/cuda/intel/pytorch/tensorflow image!
This should give us enough disk space to build AMD ROCm images.
How Has This Been Tested?
Merge criteria: