Skip to content
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

compress text artifacts #2642

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

morucci
Copy link

@morucci morucci commented Jan 10, 2025

This change proposes to compress text files where size above 1MB.

Toolings/libs/browsers are able to deflate on the fly, thus for fair/substainable use of storage better to compress.

Some investigation shown that this simple step can save hundreds of MB of data for a build. In the case of a CI artifacts storage system and network bandwidth usage that non negligible.

This change proposes to compress text files where size above 1MB.

Toolings/libs/browsers are able to deflate on the fly, thus for
fair/substainable use of storage better to compress.

Some investigation shown that this simple step can save hundreds
of MB of data for a build. In the case of a CI artifacts storage
system and network bandwidth usage that non negligible.
Copy link
Contributor

openshift-ci bot commented Jan 10, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign pablintino for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@github-actions github-actions bot marked this pull request as draft January 10, 2025 09:13
Copy link

Thanks for the PR! ❤️
I'm marking it as a draft, once your happy with it merging and the PR is passing CI, click the "Ready for review" button below.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant