Skip to content

Fix pr_tests_gpu.yml paths filter to match push_tests.yml#14263

Open
lcheng321 wants to merge 1 commit into
huggingface:mainfrom
lcheng321:fix/pr-14247-gpu-paths
Open

Fix pr_tests_gpu.yml paths filter to match push_tests.yml#14263
lcheng321 wants to merge 1 commit into
huggingface:mainfrom
lcheng321:fix/pr-14247-gpu-paths

Conversation

@lcheng321

Copy link
Copy Markdown
Contributor

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.

@github-actions github-actions Bot added fixes-issue size/S PR with diff < 50 LOC CI labels Jul 21, 2026
@lcheng321
lcheng321 marked this pull request as ready for review July 21, 2026 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI fixes-issue size/S PR with diff < 50 LOC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PR GPU CI skips new-model GPU tests: Cosmos3 memory tests failed on an unrelated PR

1 participant