The GitHub Actions job "Tests" on airflow.git/v3-1-test has succeeded.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
9d1e44e1dd5f89640db5f32191b8c538d2a662d6 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Improve startup information printed when Breeze starts (#58926) 
(#58927)

We were using lru_cache to only print environment check output once,
but the method was called once with quiet = False and once without,
which made it double-print the output.

The check was done in both - commmands and "docker_utils.enter_shell"
and that was really unnecessary.

This PR changes it so that environment check is done only once at
the command entry, also the "executable bit" information that was
somewhat useless is now replaced with printing a detailed version
of Python used - which might help with diagnostics of some strange
issues in case the output is copy&pasted.
(cherry picked from commit 6c50b62ab72fd2639e9a442897b45dd45ae33f5b)

Co-authored-by: Jarek Potiuk <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/19861401769

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to