ci: skip general tests for isolated changes - #11692
Merged
Merged
Conversation
…-only changes Add a `changes` job that uses `paths-filter` to detect if changes are restricted to the `packages/kilo-jetbrains/` directory. The `unit` job is updated to depend on this job and uses a dynamic matrix to skip execution on non-JetBrains platforms when only JetBrains files are modified, optimizing CI runtime. Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Previous Review Summaries (3 snapshots, latest commit 7b13837)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 7b13837)Status: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Previous review (commit 8d449df)Status: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Previous review (commit 376398e)Status: 1 Issues Found | Recommendation: Address before merge Overview
Fix these issues in Kilo Cloud Issue Details (click to expand)WARNING
Files Reviewed (1 files)
Reviewed by gpt-5.4-20260305 · Input: 37.1K · Output: 6.3K · Cached: 198.4K Review guidance: REVIEW.md from base branch |
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
markijbema
commented
Jun 26, 2026
| - '!.github/CODEOWNERS' | ||
| - '!.github/pull_request_template.md' | ||
| - '!.github/workflows/disabled/**' | ||
| - '!.idea/**' |
Contributor
Author
There was a problem hiding this comment.
everything from here on seems a bit too much
markijbema
enabled auto-merge
June 26, 2026 13:37
marius-kilocode
approved these changes
Jun 26, 2026
t7tran
pushed a commit
to t7tran/kilocode
that referenced
this pull request
Aug 14, 2026
…ts-for-jetbrains ci: skip general tests for isolated changes
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
Skip the general cross-platform unit suite when a pull request changes only isolated product, documentation, or repository metadata files. This avoids running unrelated CLI tests for JetBrains, VS Code, docs, Zed, changeset-only, specification, and other non-runtime changes.
The filter is deliberately allowlisted: shared packages, dependency and build configuration, active workflows, scripts, and unknown paths continue to run the full Linux, macOS, and Windows matrix. Manual runs and changes outside pull requests also retain the full suite.
A lightweight Linux no-op entry preserves the existing required
unit (linux)check when the general suite is skipped.