Skip to content

Comments

[v3-0-test] Remove unnecessary noise from CI breeze's output (#49952)#49958

Merged
potiuk merged 1 commit intov3-0-testfrom
backport-36766d1-v3-0-test
Apr 29, 2025
Merged

[v3-0-test] Remove unnecessary noise from CI breeze's output (#49952)#49958
potiuk merged 1 commit intov3-0-testfrom
backport-36766d1-v3-0-test

Conversation

@github-actions
Copy link

CI tests with breeze are running with --verbose options in order to
get more diagnostics when things fail. However there were a few
commmands always executed at the end of every command in breeze which
did not add any value for diagnostics and only generated noise:

  • id retrievals for users and groups
  • fixing ownership
  • checking for rootless docker

Those commmands are now silecenced with quiet=True of run_command,
and the command nicely handles the case where we also capture output
of such command.
(cherry picked from commit 36766d1)

Co-authored-by: Jarek Potiuk jarek@potiuk.com

CI tests with breeze are running with `--verbose` options in order to
get more diagnostics when things fail. However there were a few
commmands always executed at the end of every command in breeze which
did not add any value for diagnostics and only generated noise:

* id retrievals for users and groups
* fixing ownership
* checking for rootless docker

Those commmands are now silecenced with `quiet=True` of run_command,
and the command nicely handles the case where we also capture output
of such command.
(cherry picked from commit 36766d1)

Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
@potiuk potiuk marked this pull request as ready for review April 29, 2025 13:58
@potiuk potiuk merged commit 6912709 into v3-0-test Apr 29, 2025
69 checks passed
@potiuk potiuk deleted the backport-36766d1-v3-0-test branch April 29, 2025 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant