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

Reduce log size in CI runs by suppressing download transfer progress #391

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

gtroitsk
Copy link
Member

@gtroitsk gtroitsk commented Sep 9, 2024

Reduces log heaviness. Adds --no-transfer-progress for maven execution to reduce "Downloading ...." messages

Copy link
Contributor

@mocenas mocenas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes are good. But IMHO we should also add the --no-transfer-progress option also to the "Validate format" phase. I found runs, where this phase is also downloading data, so we should reduce also it's log size - e.g. https://github.com/quarkus-qe/quarkus-startstop/actions/runs/10664048826/job/29554523109

@gtroitsk
Copy link
Member Author

gtroitsk commented Sep 9, 2024

Changes are good. But IMHO we should also add the --no-transfer-progress option also to the "Validate format" phase. I found runs, where this phase is also downloading data, so we should reduce also it's log size - e.g. https://github.com/quarkus-qe/quarkus-startstop/actions/runs/10664048826/job/29554523109

Added, thank you

Copy link
Contributor

@mocenas mocenas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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

Successfully merging this pull request may close these issues.

3 participants