The GitHub Actions job "Build Images" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 6a22d9368c3eec410d457ed45e73ed8e3d4b3e5a / Jarek Potiuk <[email protected]> The output of commands of Breeze are only generated when they change Previously we generated output of all the commands from Breeze always, hoping that they will be the same, but rich already had two changes in the format of the SVG files which made the output different and breaking our PRs. Temporarily we pinned rich to fix the output, but better solution is to get the hash of all the configuration options and see if it changed, and only run generation when it did. This way we keep automated generation on pre-commit but we are protected from accidental change of the output. We also remove the rich limits and regenerated all svg files to ones generated by 12.4.0. Also found a way to run the check if we should run generation at all in pre-commit without prior installing breeze. Fixes: #22908 Report URL: https://github.com/apache/airflow/actions/runs/2290967926 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
