potiuk opened a new pull request, #68112:
URL: https://github.com/apache/airflow/pull/68112

   Previously breeze `selective-checks` emitted the **full** list of testable 
core
   and provider integrations on any run where unit tests run, so a PR touching a
   single provider still spun up every integration-system-test service 
(kerberos,
   otel, redis, celery, mongo, trino, ...), wasting CI capacity.
   
   This narrows the emitted integrations:
   
   - **All-tests / canary runs** (full tests needed, scheduled, push, workflow
     dispatch) still emit every testable integration — no change.
   - **Provider integrations** are emitted only when the integration's owning
     provider is among the affected providers of the change (new
     `TESTABLE_PROVIDERS_INTEGRATION_OWNERS` mapping).
   - **Core integrations** `kerberos` / `otel` / `redis` are emitted only when 
their
     corresponding core source group changed — new `KERBEROS_FILES`, 
`OTEL_FILES`
     and `CELERY_FILES` file groups. `redis` maps to the core executor sources
     (redis is celery's broker/result backend).
   
   CI-disabled and ARM-disabled filtering is preserved across all branches.
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude Code (Opus 4.8)
   
   Generated-by: Claude Code (Opus 4.8) following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to