[CI]: use job-level path filtering so skipped tests pass required checks#2855
Merged
sammshen merged 8 commits intoLMCache:devfrom Mar 25, 2026
Merged
[CI]: use job-level path filtering so skipped tests pass required checks#2855sammshen merged 8 commits intoLMCache:devfrom
sammshen merged 8 commits intoLMCache:devfrom
Conversation
Contributor
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
7160b11 to
8f94258
Compare
Signed-off-by: royyhuang <roy.y.huang@gmail.com>
8f94258 to
81c83f5
Compare
The reusable workflows (test.yml, code_quality_checks.yml) now have a changes job that needs pull-requests: read for dorny/paths-filter to query the PR file list. Without this, publish.yml fails with startup_failure since reusable workflows cannot escalate beyond the caller's granted permissions. Signed-off-by: royyhuang <roy.y.huang@gmail.com>
realAaronWu
pushed a commit
to realAaronWu/LMCache
that referenced
this pull request
Mar 26, 2026
…cks (LMCache#2855) fix: update CI workflow configurations Signed-off-by: royyhuang <roy.y.huang@gmail.com>
deng451e
pushed a commit
to deng451e/LMCache
that referenced
this pull request
Mar 27, 2026
…cks (LMCache#2855) fix: update CI workflow configurations Signed-off-by: royyhuang <roy.y.huang@gmail.com>
jooho-XCENA
pushed a commit
to xcena-dev/LMCache
that referenced
this pull request
Apr 2, 2026
…cks (LMCache#2855) fix: update CI workflow configurations Signed-off-by: royyhuang <roy.y.huang@gmail.com>
jooho-XCENA
pushed a commit
to xcena-dev/LMCache
that referenced
this pull request
Apr 2, 2026
…cks (LMCache#2855) fix: update CI workflow configurations Signed-off-by: royyhuang <roy.y.huang@gmail.com>
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.
Summary
paths:/paths-ignore:triggers with job-level filtering usingdorny/paths-filter@v3paths:at the trigger level, required status checks remain pending and block the PR. By moving filtering to the job level, irrelevant jobs report as skipped which satisfies required checks.operator/won't trigger LMCache tests, and LMCache-only changes won't trigger operator tests.Workflows updated
test.yml— LMCache Python tests skip when only operator files changecode_quality_checks.yml— code quality checks skip when only operator files changeoperator_ci.yml— operator CI skips when no operator files changeoperator_test_e2e.yml— operator E2E tests skip when no operator files changepublish.yml— build/test/quality jobs skip for operator-only changes; always run for releases and tag pushesBehavior matrix
operator/Test plan