-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[ci] Cleanup github action logs #3067
Copy link
Copy link
Closed
Labels
an:enhancementAn improvement on existing features / rulesAn improvement on existing features / rulesgithub_actionsPull requests that update Github_actions codePull requests that update Github_actions code
Milestone
Metadata
Metadata
Assignees
Labels
an:enhancementAn improvement on existing features / rulesAn improvement on existing features / rulesgithub_actionsPull requests that update Github_actions codePull requests that update Github_actions code
Type
Fields
Give feedbackNo fields configured for issues without a type.
Logs of github actions are bloated with tens of thousands of lines that look like this:
See eg https://github.com/pmd/pmd/pull/3064/checks?check_run_id=1714765470#step:6:20262
Those are emitted for the downloading of every dependency, I'm not sure why, but it's annoying as the log takes a long time to load.
There's also another INFO level log which lists all maven plugins that were resolved
It would be nice if there was a way to make the build more quiet