You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/08/22 21:03:02 UTC

[airflow] branch main updated (6b7a343b25 -> 0b03e57020)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 6b7a343b25 Implement `EmrEksCreateClusterOperator` (#25816)
     add 0b03e57020 Improve logging of autput for Breeze commands in CI (#25860)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-images.yml                 |   1 +
 .github/workflows/ci.yml                           |   2 +
 .../airflow_breeze/commands/ci_image_commands.py   |  31 +-
 .../commands/ci_image_commands_config.py           |   2 +
 .../airflow_breeze/commands/developer_commands.py  |   2 +
 .../commands/production_image_commands.py          |  30 +-
 .../commands/production_image_commands_config.py   |   1 +
 .../commands/release_management_commands.py        |  21 +-
 .../src/airflow_breeze/commands/setup_commands.py  |   5 +-
 .../src/airflow_breeze/params/build_prod_params.py |   4 +
 dev/breeze/src/airflow_breeze/utils/ci_group.py    |  22 +-
 .../src/airflow_breeze/utils/common_options.py     |  12 +-
 dev/breeze/src/airflow_breeze/utils/console.py     |   4 +-
 .../airflow_breeze/utils/docker_command_utils.py   |   9 +-
 dev/breeze/src/airflow_breeze/utils/image.py       |  33 +-
 dev/breeze/src/airflow_breeze/utils/parallel.py    | 213 ++++++++----
 dev/breeze/src/airflow_breeze/utils/path_utils.py  |   4 +-
 dev/breeze/src/airflow_breeze/utils/registry.py    |   7 +-
 dev/breeze/src/airflow_breeze/utils/run_tests.py   |   7 +-
 dev/breeze/src/airflow_breeze/utils/run_utils.py   | 142 ++++----
 images/breeze/output-commands-hash.txt             |  80 ++---
 images/breeze/output_ci-image_build.svg            | 284 ++++++++--------
 images/breeze/output_ci-image_pull.svg             | 156 +++++----
 images/breeze/output_prod-image_build.svg          | 368 +++++++++++----------
 images/breeze/output_prod-image_pull.svg           | 152 +++++----
 scripts/ci/pre_commit/pre_commit_mypy.py           |   1 +
 26 files changed, 887 insertions(+), 706 deletions(-)