This is an automated email from the ASF dual-hosted git repository.
vatsrahul1001 pushed a change to branch backport-78263d0-v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from d07ec08a663 [v3-3-test] Move known_airflow_exceptions.txt out of
scripts/ into generated/ (#69057)
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 3053105a85e Merge branch 'v3-3-test' into backport-78263d0-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 +-
.../src/airflow/example_dags/example_skip_dag.py | 1 -
.../airflow/serialization/definitions/deadline.py | 11 +++-
airflow-core/tests/unit/models/test_deadline.py | 65 ++++++++++++++++++++++
.../src/airflow_breeze/commands/ci_commands.py | 21 ++++---
scripts/ci/prek/check_ci_workflows_in_sync.py | 15 +++--
11 files changed, 134 insertions(+), 68 deletions(-)