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 dcc7fb5 Change the logic of None comparison in model_list template
(#16893)
add af0598f Switch Breeze/CI to ghcr.io excusively (#16780)
No new revisions were added by this update.
Summary of changes:
.github/workflows/build-images.yml | 13 +-
.github/workflows/ci.yml | 133 +++-----
BREEZE.rst | 178 ++++-------
CI.rst | 336 +++++++--------------
CONTRIBUTING.rst | 8 +-
CONTRIBUTORS_QUICK_START.rst | 2 -
IMAGES.rst | 135 ++-------
README.md | 2 +-
TESTING.rst | 4 -
breeze | 166 +++-------
breeze-complete | 14 +-
dev/README_RELEASE_AIRFLOW.md | 5 +-
dev/README_RELEASE_AIRFLOW_UPGRADE_CHECK.md | 5 +-
dev/retag_docker_images.py | 65 +---
images/CI.png | Bin 243004 -> 0 bytes
images/ci/CI.png | Bin 243004 -> 0 bytes
images/ci/pull_request_ci_flow.md5 | 2 +-
images/ci/pull_request_ci_flow.mermaid | 110 ++++---
images/ci/pull_request_ci_flow.png | Bin 148327 -> 193138 bytes
images/ci/push_ci_flow.md5 | 2 +-
images/ci/push_ci_flow.mermaid | 106 ++++---
images/ci/push_ci_flow.png | Bin 160006 -> 200079 bytes
images/ci/scheduled_ci_flow.md5 | 2 +-
images/ci/scheduled_ci_flow.mermaid | 115 ++++---
images/ci/scheduled_ci_flow.png | Bin 197719 -> 171813 bytes
scripts/ci/docker-compose/base.yml | 2 +-
scripts/ci/docker-compose/local-prod.yml | 37 ---
scripts/ci/images/ci_prepare_ci_image_on_ci.sh | 12 +-
scripts/ci/images/ci_prepare_prod_image_on_ci.sh | 15 +-
scripts/ci/images/ci_push_ci_images.sh | 2 +-
scripts/ci/images/ci_push_production_images.sh | 2 +-
.../ci/images/ci_wait_for_and_verify_ci_image.sh | 14 +-
.../ci/images/ci_wait_for_and_verify_prod_image.sh | 15 +-
scripts/ci/libraries/_build_images.sh | 149 +++------
scripts/ci/libraries/_initialization.sh | 32 +-
scripts/ci/libraries/_kind.sh | 22 +-
scripts/ci/libraries/_push_pull_remove_images.sh | 207 ++++---------
.../build_dockerhub.sh} | 21 +-
scripts/ci/tools/ci_clear_tmp.sh | 34 ---
.../{ci_fix_ownership.sh => fix_ownership.sh} | 0
.../{ci_free_space_on_ci.sh => free_space.sh} | 0
scripts/ci/tools/prepare_prod_docker_images.sh | 2 +-
scripts/in_container/airflow_ci.cfg | 1 +
scripts/in_container/run_clear_tmp.sh | 21 --
44 files changed, 631 insertions(+), 1360 deletions(-)
delete mode 100644 images/CI.png
delete mode 100644 images/ci/CI.png
delete mode 100644 scripts/ci/docker-compose/local-prod.yml
rename scripts/ci/{images/ci_build_dockerhub.sh => tools/build_dockerhub.sh}
(73%)
delete mode 100755 scripts/ci/tools/ci_clear_tmp.sh
rename scripts/ci/tools/{ci_fix_ownership.sh => fix_ownership.sh} (100%)
rename scripts/ci/tools/{ci_free_space_on_ci.sh => free_space.sh} (100%)
delete mode 100755 scripts/in_container/run_clear_tmp.sh