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 bf137f874b Update Hatchling to latest version (#38218)
add 8839e0a7dc Extract finalization of tests to separate workflow (#38212)
No new revisions were added by this update.
Summary of changes:
.github/actions/build-ci-images/action.yml | 3 +
.github/actions/build-prod-images/action.yml | 3 +
.../actions/prepare_breeze_and_image/action.yml | 3 +
.github/workflows/all-prod-image-tests.yml | 10 +-
.github/workflows/ci-image-build.yml | 25 ++-
.github/workflows/ci.yml | 167 ++---------------
.github/workflows/finalize-tests.yml | 198 +++++++++++++++++++++
.github/workflows/k8s-tests.yml | 2 +
.github/workflows/prod-image-build.yml | 11 +-
.github/workflows/push-image-cache.yml | 5 +
.github/workflows/release_dockerhub_image.yml | 4 +-
.github/workflows/run-unit-tests.yml | 2 +-
.../airflow_breeze/commands/ci_image_commands.py | 24 +--
.../commands/production_image_commands.py | 22 ---
dev/breeze/src/airflow_breeze/utils/registry.py | 61 -------
.../ci_start_arm_instance_and_connect_to_docker.sh | 11 ++
16 files changed, 290 insertions(+), 261 deletions(-)
create mode 100644 .github/workflows/finalize-tests.yml
delete mode 100644 dev/breeze/src/airflow_breeze/utils/registry.py