[CI] Run downstream tests on upstream layer changes#5086
Conversation
|
Claude finished @rjpower's task in 2m 55s —— View job Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. Review summary Verified the added paths reflect actual in-repo dependencies:
Matches the dependency direction in the root One consistency note (not blocking):
|
Removed upstream dependencies from filters in levanter-tests workflow.
Removed iris dependency from zephyr unit test filters.
Removed unnecessary upstream dependencies from relevant paths.
Expand paths-filter in fray, zephyr, levanter, and marin workflows to include all upstream layers each project imports from. Previously, an iris change could break fray tests without CI noticing until the next fray-touching PR (concrete case: cf05d94 broke 5 assertions for two days).
Fixes #4728