github-actions[bot] opened a new pull request, #49958: URL: https://github.com/apache/airflow/pull/49958
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 36766d1f62c4d1047e13a8e41d4d040d26ee1b4b) Co-authored-by: Jarek Potiuk <[email protected]> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
