Skip to content

[CI]: add full tag selectively#2820

Merged
sammshen merged 1 commit intoLMCache:devfrom
sammshen:full-tag
Mar 19, 2026
Merged

[CI]: add full tag selectively#2820
sammshen merged 1 commit intoLMCache:devfrom
sammshen:full-tag

Conversation

@sammshen
Copy link
Copy Markdown
Contributor

@sammshen sammshen commented Mar 19, 2026

Full tag triggers comprehensive and multiprocess tests which we don't always want to run on more non-critical PRs merging.


Note

Medium Risk
Changes CI labeling logic that controls when comprehensive test suites run; a bad filename pattern match could unintentionally skip or trigger the full test path. Uses pull_request_target with github-script, so correctness of the script/permissions matters for CI behavior.

Overview
Updates the auto-merge labeling workflow to only add the full label when auto-merge is enabled and the PR includes non-docs/CI changes.

This adds a github-script step that lists PR files and skips labeling when changes are limited to docs/, .github/, most .buildkite/ paths (excluding k3_tests/), or *.md. The full label is still removed when auto-merge is disabled.

Written by Cursor Bugbot for commit 42cba24. This will update automatically on new commits. Configure here.

Signed-off-by: Samuel Shen <slshen@tensormesh.ai>
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@sammshen sammshen enabled auto-merge (squash) March 19, 2026 04:35
@github-actions github-actions Bot added the full Run comprehensive tests on this PR label Mar 19, 2026
@sammshen sammshen merged commit 0972096 into LMCache:dev Mar 19, 2026
33 of 36 checks passed
hyunyul-XCENA pushed a commit to xcena-dev/LMCache that referenced this pull request Mar 20, 2026
add full tag selectively

Signed-off-by: Samuel Shen <slshen@tensormesh.ai>
realAaronWu pushed a commit to realAaronWu/LMCache that referenced this pull request Mar 20, 2026
add full tag selectively

Signed-off-by: Samuel Shen <slshen@tensormesh.ai>
Signed-off-by: Aaron Wu <aaron.wu@dell.com>
deng451e pushed a commit to deng451e/LMCache that referenced this pull request Mar 21, 2026
add full tag selectively

Signed-off-by: Samuel Shen <slshen@tensormesh.ai>
deng451e pushed a commit to deng451e/LMCache that referenced this pull request Mar 25, 2026
add full tag selectively

Signed-off-by: Samuel Shen <slshen@tensormesh.ai>
deng451e pushed a commit to deng451e/LMCache that referenced this pull request Mar 27, 2026
add full tag selectively

Signed-off-by: Samuel Shen <slshen@tensormesh.ai>
jooho-XCENA pushed a commit to xcena-dev/LMCache that referenced this pull request Apr 2, 2026
add full tag selectively

Signed-off-by: Samuel Shen <slshen@tensormesh.ai>
jooho-XCENA pushed a commit to xcena-dev/LMCache that referenced this pull request Apr 2, 2026
add full tag selectively

Signed-off-by: Samuel Shen <slshen@tensormesh.ai>
sammshen added a commit that referenced this pull request Apr 6, 2026
kobe0938 pushed a commit that referenced this pull request May 1, 2026
Revert "[CI]: add full tag selectively (#2820)"

This reverts commit 0972096.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

full Run comprehensive tests on this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants