Fix pr_tests_gpu.yml paths filter to match push_tests.yml#14263
Open
lcheng321 wants to merge 1 commit into
Open
Fix pr_tests_gpu.yml paths filter to match push_tests.yml#14263lcheng321 wants to merge 1 commit into
lcheng321 wants to merge 1 commit into
Conversation
lcheng321
marked this pull request as ready for review
July 21, 2026 09:29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #14247
paths filter missed src/diffusers/models/** and tests/models/**, so PRs adding only a new model + tests never triggered GPU CI here. Tests then ran for the first time on some unrelated PR (see #14247, Cosmos3 case).
Added the missing wildcard paths, dropped the specific entries they now cover.
Also touches test_models_transformer_cosmos3.py so Checks on this PR show the workflow actually firing.
Not included: scoping pytest to only changed files (issue point 2), leaving that for a follow-up tied to DN6's test fetcher work.
Couldn't verify the trigger locally (paths filtering happens server-side on the PR event, not reproducible outside it). Flag anything that looks off and I'll follow up.