ci: skip ATOM Test for plugin-only PRs#1099
Open
gyohuangxin wants to merge 4 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the ATOM Test GitHub Actions workflow to avoid running native test CI for pull requests that only touch plugin code under atom/plugin/**, reducing unnecessary CI load while keeping existing behavior for other PRs and for scheduled/manual runs.
Changes:
- Add
atom/plugin/**topull_request.paths-ignoreinATOM Testworkflow so plugin-only PRs don’t trigger this workflow.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+10
to
+12
| - 'atom/plugin/sglang/**' | ||
| - '.github/workflows/atom-sglang-*.yaml' | ||
| - '.github/benchmark/oot_models_accuracy.json' |
Comment on lines
+10
to
+12
| - 'atom/plugin/vllm/**' | ||
| - '.github/workflows/atom-vllm-*.yaml' | ||
| - '.github/benchmark/sglang_models_accuracy.json' |
zejunchen-zejun
approved these changes
Jun 5, 2026
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
ATOM Testfor plugin-only and plugin-test-only PRs.atom/pluginchanges run both.Routing
atom/plugin/sglang/**only ->ATOM SGLang Testonly.atom/plugin/vllm/**only ->ATOM vLLM Testonly.atom/plugin/**only ->ATOM vLLM TestandATOM SGLang Test.atom-sglang-*workflow orsglang_models_accuracy.jsononly ->ATOM SGLang Testonly.atom-vllm-*workflow oroot_models_accuracy.jsononly ->ATOM vLLM Testonly.Test plan
git diff --check.paths-ignorecases locally for SGLang-only, vLLM-only, shared plugin, special workflow/config, and mixed/full-run changes.