-
Notifications
You must be signed in to change notification settings - Fork 196
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
MEN-7159: Progress reader updates the output only when progressing #1657
MEN-7159: Progress reader updates the output only when progressing #1657
Conversation
@lluiscampos, Let me know if you want to start the integration pipeline by mentioning me and the command "start pipeline". my commands and optionsYou can trigger a pipeline on multiple prs with:
You can start a fast pipeline, disabling full integration tests with:
You can trigger GitHub->GitLab branch sync with:
You can cherry pick to a given branch or branches with:
|
1f3fc85
to
23d2616
Compare
@mender-test-bot start pipeline |
Hello 😺 I created a pipeline for you here: Pipeline-1427593846 Build Configuration Matrix
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lol! I guess it still looked correct to the human eye!
Due to a bug in the logic, the progress was being updated after every block, even if the percentage number was not changing. This made the reading/writing of Artifacts slow and noisy. Changelog: Title Ticket: MEN-7159 Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
23d2616
to
219ee04
Compare
Merging these commits will result in the following changelog entries: Changelogsmender (MEN-7159-noisy-progress)New changes in mender since master: Bug Fixes
|
Hello 😺 This PR contains changelog entries. Please, verify the need of backporting it to the following release branches: |
@mender-test-bot cherry-pick to:
|
Hi 😺 |
Due to a bug in the logic, the progress was being updated after every block, even if the percentage number was not changing. This made the reading/writing of Artifacts slow and noisy.