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

feat: Skip frequent printing of user-friendly progress bars in CI jobs #233

Open
joestringer opened this issue Jul 15, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@joestringer
Copy link
Member

In workflows like the below, the progress bars frequently print status to the workflow output. The result in the end is that the workflow output is hard to read because there's so many similar log messages being printed to the terminal:

https://github.com/cilium/cilium/actions/runs/9946325024/job/27476554801#step:11:29

The progress bars are really handy when running the tool manually, but when run in a non-interactive environment it would be nice if it only printed a few messages - for instance, once for every 10% of progress made or if the estimated time to complete changes significantly since the last printed message (>20%).

@joestringer joestringer added the enhancement New feature or request label Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant