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

Send tar instead of gzipped tar file (required for RHDH plugins) #540

Merged
merged 3 commits into from
Feb 5, 2025

Conversation

audgirka
Copy link
Contributor

@audgirka audgirka commented Feb 4, 2025

This change removes sending of gzipped tar file.
Now we send only tar files which the ansible scaffolder
plugin from RHDH can extract.
RHDH image does not have gzip available, hence we need this change.

Fixes: https://issues.redhat.com/browse/AAP-38388

@audgirka audgirka requested a review from a team as a code owner February 4, 2025 16:46
@github-actions github-actions bot added bug Something isn't working minor labels Feb 4, 2025
@audgirka audgirka removed the bug Something isn't working label Feb 4, 2025
@audgirka audgirka requested review from ganeshrn and ssbarnea February 5, 2025 10:11
@ssbarnea
Copy link
Member

ssbarnea commented Feb 5, 2025

This should have some performance implications. I wonder why we cannot have gzip there.

@audgirka audgirka merged commit 880b0a0 into ansible:main Feb 5, 2025
29 of 31 checks passed
@audgirka audgirka deleted the fix/send_tar_file branch February 5, 2025 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants