The GitHub Actions job "Tests (AMD)" on airflow.git/backport-4adf4e6-v3-2-test 
has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
f6422086b619533e165e4074ad9849f95be445e9 / Shahar Epstein 
<[email protected]>
[v3-2-test] Don't force the full test matrix for large example_dags-only 
changes (#68042)

A large diff to example DAGs (e.g. a single provider example like
apache/airflow#68037, +667/-119) tripped the `_is_large_enough_pr`
line-count gate, which set `full-tests-needed=true` and fanned out the
entire matrix — core DB tests, Kubernetes, Helm, PROD images, all-provider
compat and special tests — for what is illustrative, non-shipped code.

Exclude `example_dags/` from `PYTHON_PRODUCTION_FILES` (the "production
code" definition that feeds the line-count gate) for both the airflow-core
top-level `airflow/example_dags/` and the nested
`providers/<name>/.../example_dags/` layout. Example DAGs are still selected
for their own tests via the broader `ALL_AIRFLOW_PYTHON_FILES` /
`ALL_PROVIDERS_PYTHON_FILES` groups, so they keep running the relevant
core/provider tests — they just no longer force the full matrix.
(cherry picked from commit 4adf4e62f95dadc8db9680da68ebb398fa877ebe)

Co-authored-by: Shahar Epstein <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/26993304199

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to