The GitHub Actions job "Build images for Sync v2-5-stable with v2-5-test to 
release 2.5.2 https://github.com/apache/airflow/pull/29978
" on airflow.git has failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
52025d45e90c3ef69de26d6d4841e747332f715b / Jarek Potiuk <[email protected]>
Make options output of breeze command consistent and complete (#29097)

There were a anumber of cases where the "--help" output of Breeze
command had shown a bit inconsistent/incomplete output for rich-click
generated help. The options are assigned to groups to make it easier
to understand what those options do and to make it easier to digest,
but the problem was that if you forgot to add an option to a group, it
was added to "common" options and it was quite misleading.

Also some left-over options were left in the rich-click groups when the
options have been removed. It had no visible effect, but they were
polluting the code with inaccurate information.

This PR fixes all those cases in the past where it happened but also
prevents the cases from happening in the future by adding a new
(yes you guessed it) Breeze command that performs the check and fails
in case any inconsistencies are found (with helpful messsage explaining
the user what to do. This command is run as part of our CI so it will
prevent similar problems from re-appearing.

(cherry picked from commit 9bc48747ddbd609c2bd3baa54a5d0472e9fdcbe4)

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

With regards,
GitHub Actions via GitBox


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

Reply via email to