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/04/10 22:05:42 UTC

[airflow] branch main updated (81bbb5531f -> 7c64b921f2)

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 81bbb5531f Remove unnecessary python 3.6 conditionals (#20549)
     add 7c64b921f2 Push CI image using new Python Breeze (#22888)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-images.yml                 | 30 ++++-----
 .github/workflows/ci.yml                           | 20 ++----
 dev/breeze/src/airflow_breeze/breeze.py            | 78 +++++++++++++++++++++-
 .../build_image/ci/build_ci_image.py               | 25 +++++--
 .../build_image/ci/build_ci_params.py              |  7 +-
 .../build_image/prod/build_prod_image.py           | 31 ++++++---
 .../build_image/prod/build_prod_params.py          | 12 +++-
 .../src/airflow_breeze/shell/shell_params.py       |  4 +-
 .../airflow_breeze/utils/docker_command_utils.py   | 70 +++++++++++++++++--
 dev/breeze/src/airflow_breeze/utils/registry.py    | 11 +--
 dev/breeze/src/airflow_breeze/utils/run_utils.py   |  4 +-
 images/breeze/output-build-image.svg               | 13 ++--
 images/breeze/output-build-prod-image.svg          | 13 ++--
 scripts/ci/images/ci_push_ci_images.sh             | 33 ---------
 scripts/ci/images/ci_push_empty_ci_images.sh       | 37 ----------
 scripts/ci/images/ci_push_empty_prod_images.sh     | 38 -----------
 scripts/ci/libraries/_build_images.sh              |  4 +-
 17 files changed, 249 insertions(+), 181 deletions(-)
 delete mode 100755 scripts/ci/images/ci_push_ci_images.sh
 delete mode 100755 scripts/ci/images/ci_push_empty_ci_images.sh
 delete mode 100755 scripts/ci/images/ci_push_empty_prod_images.sh