This is an automated email from the ASF dual-hosted git repository.
vatsrahul1001 pushed a change to branch backport-9517b49-v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from bd1ac7d0460 [v3-3-test] Bump the uv-dependency-updates group across 1
directory with 2 updates (#69044)
add 715dd0c3b2c [v3-3-test] Reduce canary schedule frequency (AMD
4->2/day, ARM 8->2/day) (#68821) (#69039)
add 9f5e0da848a [v3-3-test] Remove stale `dag_` parameter from
create_test_pipeline docstring (#68787) (#69013)
add af73b586f53 [v3-3-test] Exclude non-successful runs from
AVERAGE_RUNTIME deadline calculation (#68647) (#68949)
add c2b9615602e [v3-3-test] Fix scheduled CI upgrade failing when its PR
already exists (#69018) (#69055)
add a54d73007af [v3-3-test] Document that Dag bundle kwargs should
reference a Connection, not inline credentials (#68373) (#69105)
add 1fd5c904951 [v3-3-test] Add code owners for coordinators (#69098)
(#69101)
add 50f1a5bacb8 [v3-3-test] Remove dependabot updates for the v2-11-test
branch (#69061) (#69066)
add 2a6d16c46cf [v3-3-test] Make airflow dags test wait for
Human-in-the-loop input instead of hanging (#68492) (#69104)
add 2141a7b746d [v3-3-test] Move known_airflow_exceptions.txt out of
scripts/ into generated/ (#69057) (#69060)
add 052ca7bf640 Merge branch 'v3-3-test' into backport-9517b49-v3-3-test
No new revisions were added by this update.
Summary of changes:
.github/CODEOWNERS | 4 +
.github/dependabot.yml | 46 ----------
.github/workflows/ci-amd.yml | 9 +-
.github/workflows/ci-arm.yml | 6 +-
.../administration-and-deployment/dag-bundles.rst | 18 ++++
airflow-core/docs/howto/deadline-alerts.rst | 6 +-
airflow-core/docs/tutorial/hitl.rst | 31 +++++++
.../src/airflow/example_dags/example_skip_dag.py | 1 -
.../airflow/serialization/definitions/deadline.py | 11 ++-
airflow-core/tests/unit/models/test_dag.py | 101 +++++++++++++++++++++
airflow-core/tests/unit/models/test_deadline.py | 65 +++++++++++++
.../src/airflow_breeze/commands/ci_commands.py | 21 +++--
.../known_airflow_exceptions.txt | 0
scripts/ci/prek/check_ci_workflows_in_sync.py | 15 ++-
.../ci/prek/check_new_airflow_exception_usage.py | 10 +-
task-sdk/src/airflow/sdk/definitions/dag.py | 19 +++-
16 files changed, 288 insertions(+), 75 deletions(-)
rename {scripts/ci/prek => generated}/known_airflow_exceptions.txt (100%)