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

Lee-W pushed a change to branch ci-upgrade-main
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 39409021e68 [main] CI: Upgrade important CI environment
     add d9d8fdb3a19 Speed up docs publishes by reusing the previously built CI 
image (#70650)
     add d6cb0084de9 [AIP-94] Mark backfill create as migrated to airflowctl 
(#68536)
     add 703a0570c84 Add opt-in concurrent pod creation to KubernetesExecutor 
(#68480)
     add b43a87e58fc Run UI compile checks in CI when only an OpenAPI spec 
changes (#70643)
     add 602e74a22a6 Clarify AssetAlias usage (#67392)
     add f346e6449c6 Skip the docs CI image build when that ref was already 
built (#70675)
     add f388d4292b6 Fix mypy arg-type error in Redshift Data get_primary_keys 
(#70677)
     add b65580820a0 [main] CI: Upgrade important CI environment

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (39409021e68)
            \
             N -- N -- N   refs/heads/ci-upgrade-main (b65580820a0)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../actions/prepare_breeze_and_image/action.yml    |  13 +-
 .github/workflows/ci-image-build.yml               | 176 ++++++-
 .github/workflows/publish-docs-to-s3.yml           |  23 +-
 .github/workflows/registry-build.yml               |   9 +
 airflow-core/.pre-commit-config.yaml               |   3 +-
 .../docs/authoring-and-scheduling/assets.rst       |  10 +-
 .../src/airflow/cli/commands/backfill_command.py   |   2 +
 .../unit/cli/commands/test_command_deprecations.py |   2 +
 dev/breeze/doc/ci/04_selective_checks.md           |  14 +-
 dev/breeze/doc/images/output_ci-image_build.svg    | 104 +++--
 dev/breeze/doc/images/output_ci-image_build.txt    |   2 +-
 dev/breeze/doc/images/output_ci-image_load.svg     |  22 +-
 dev/breeze/doc/images/output_ci-image_load.txt     |   2 +-
 .../airflow_breeze/commands/ci_image_commands.py   |  16 +
 .../commands/ci_image_commands_config.py           |   2 +
 .../commands/common_image_options.py               |  11 +
 .../airflow_breeze/params/common_build_params.py   |  10 +
 .../src/airflow_breeze/utils/selective_checks.py   |  16 +-
 dev/breeze/tests/test_build_ci_params.py           |  57 +++
 dev/breeze/tests/test_selective_checks.py          |  60 +++
 .../providers/amazon/aws/hooks/redshift_data.py    |   2 +-
 providers/cncf/kubernetes/provider.yaml            |  25 +
 .../kubernetes/executors/kubernetes_executor.py    | 272 ++++++++---
 .../executors/kubernetes_executor_utils.py         | 111 ++++-
 .../providers/cncf/kubernetes/get_provider_info.py |  14 +
 .../providers/cncf/kubernetes/hooks/kubernetes.py  |  60 +--
 .../providers/cncf/kubernetes/kube_client.py       | 102 ++++
 .../providers/cncf/kubernetes/kube_config.py       |   7 +
 .../cncf/kubernetes/kubernetes_helper_functions.py |  11 +-
 .../executors/test_kubernetes_executor.py          | 513 ++++++++++++++++++++-
 .../tests/unit/cncf/kubernetes/test_kube_client.py |  33 +-
 .../observability/metrics/metrics_template.yaml    |  13 +
 32 files changed, 1482 insertions(+), 235 deletions(-)
 create mode 100644 dev/breeze/tests/test_build_ci_params.py
 copy 
airflow-core/src/airflow/api_fastapi/execution_api/versions/v2025_04_28.py => 
providers/cncf/kubernetes/tests/unit/cncf/kubernetes/test_kube_client.py (54%)

Reply via email to