-
Notifications
You must be signed in to change notification settings - Fork 244
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
Disable partial pulls (zstd:chunked) by default #2156
Disable partial pulls (zstd:chunked) by default #2156
Conversation
c370d61
to
e5621a2
Compare
/approve |
@kwilczynski: changing LGTM is restricted to collaborators 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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, kwilczynski, nalind 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 |
/hold |
e5621a2
to
036685a
Compare
/unhold |
128faee
to
b4f7a86
Compare
Disable the storage.options.pull_options.enable_partial_images option by default, so that it will have to be explicitly enabled in order to be used. Update the apply-diff-from-staging-directory integration test to call the test helper binary directly, so that the configuration file the test writes won't have its settings overridden by command line options that the storage() test helper function adds. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
b4f7a86
to
435aa93
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.
LGTM. (This will need to be undone in the various test PRs.)
@giuseppe FYI
/lgtm |
Disable partial pulls by default.
Add a helper command to print the library configuration after parsing everything which may be useful for diagnostic purposes.
Update the
apply-diff-from-staging-directory
integration test to call the test helper binary directly, so that the configuration file the test writes won't have its settings overridden by command line options that thestorage()
test helper function adds.Resolves https://issues.redhat.com/browse/RUN-2335