The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
6f146e721c81e9304bf7c0af66fc3d203d902dab / Jarek Potiuk <[email protected]>
Improve verbose output of Breeze (#23446)

When you add --verbose or --dry-run options to breeze it will
print the commands it is executing (or is supposed to in dry-run
mode). The output contains environment variables as they
often contain crucial information to execute the command (for
example in docker-compose run commands it contains COMPOSE_FILE
variable which is the list of compose files that are used). This
is done in a fashion that you can copy the whole command and
execute it, but it very unfriendly for visual inspection as
all the variables were printed in one line and in semi-random
order and also the variables contained often all system variables
set by the shell before.

This change keeps the proerty of "we can copy&paste the command
and run it" but it improves the visual aspect of it:

1) each env variable is kept in one line
2) first all system variables are printed and then variables that
   were specifically added for this command
3) variables in each group are sorted alphabetically which helps
   in finding the variable you are looking for when you visually
   inspect the output.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to