Skip to content

[v3-2-test] Trigger unit tests when only shared/*.py files change (#64999)#65094

Merged
potiuk merged 1 commit intov3-2-testfrom
backport-f13b713-v3-2-test
Apr 12, 2026
Merged

[v3-2-test] Trigger unit tests when only shared/*.py files change (#64999)#65094
potiuk merged 1 commit intov3-2-testfrom
backport-f13b713-v3-2-test

Conversation

@github-actions
Copy link
Copy Markdown

Add shared/*.py pattern to ALL_SOURCE_FILES so changes that only
touch the shared libraries (e.g., shared/timezones, shared/logging)
trigger the unit test suite. Previously such changes were missed by
selective checks because the shared/ folder was not part of the
source files patterns, leading to skipped tests for changes that
affect symlinked code in airflow-core, task-sdk, and providers.
(cherry picked from commit f13b713)

Co-authored-by: Jarek Potiuk jarek@potiuk.com

…4999)

Add shared/*.py pattern to ALL_SOURCE_FILES so changes that only
touch the shared libraries (e.g., shared/timezones, shared/logging)
trigger the unit test suite. Previously such changes were missed by
selective checks because the shared/ folder was not part of the
source files patterns, leading to skipped tests for changes that
affect symlinked code in airflow-core, task-sdk, and providers.
(cherry picked from commit f13b713)

Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
@boring-cyborg boring-cyborg bot added area:dev-tools backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch labels Apr 12, 2026
@potiuk potiuk marked this pull request as ready for review April 12, 2026 15:57
@potiuk potiuk merged commit e86585d into v3-2-test Apr 12, 2026
3 checks passed
@potiuk potiuk deleted the backport-f13b713-v3-2-test branch April 12, 2026 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant