ci(fork): split server tests from workspace tests - #130
Merged
Conversation
incognitojam
enabled auto-merge (squash)
August 14, 2026 13:17
incognitojam
disabled auto-merge
August 14, 2026 13:25
yngatech-nightly Bot
pushed a commit
that referenced
this pull request
Aug 14, 2026
> [!NOTE] > TL;DR: Run the serial server suite and the remaining workspace suites on separate runners so their CI time overlaps. The Fork Test job currently waits for every dependency package suite before starting the server suite. Since server test files deliberately run serially, those two long phases add together on the critical path. This splits the job into server and workspace jobs. The workspace job explicitly selects all 13 non-server test packages and retains the isolated image-compression test, Electron setup, and Rust resource-monitor tests. Verification: - actionlint .github/workflows/fork-ci.yml - Confirmed the workspace selector resolves to exactly 13 non-server packages - Confirmed the server selector resolves only to apps/server --- Written by an agent (T3 Code, gpt-5.6-sol).
incognitojam
added a commit
that referenced
this pull request
Aug 15, 2026
> [!NOTE] > TL;DR: Run the serial server suite and the remaining workspace suites on separate runners so their CI time overlaps. The Fork Test job currently waits for every dependency package suite before starting the server suite. Since server test files deliberately run serially, those two long phases add together on the critical path. This splits the job into server and workspace jobs. The workspace job explicitly selects all 13 non-server test packages and retains the isolated image-compression test, Electron setup, and Rust resource-monitor tests. Verification: - actionlint .github/workflows/fork-ci.yml - Confirmed the workspace selector resolves to exactly 13 non-server packages - Confirmed the server selector resolves only to apps/server --- Written by an agent (T3 Code, gpt-5.6-sol).
yngatech-nightly Bot
pushed a commit
that referenced
this pull request
Aug 18, 2026
> [!NOTE] > TL;DR: Run the serial server suite and the remaining workspace suites on separate runners so their CI time overlaps. The Fork Test job currently waits for every dependency package suite before starting the server suite. Since server test files deliberately run serially, those two long phases add together on the critical path. This splits the job into server and workspace jobs. The workspace job explicitly selects all 13 non-server test packages and retains the isolated image-compression test, Electron setup, and Rust resource-monitor tests. Verification: - actionlint .github/workflows/fork-ci.yml - Confirmed the workspace selector resolves to exactly 13 non-server packages - Confirmed the server selector resolves only to apps/server --- Written by an agent (T3 Code, gpt-5.6-sol).
yngatech-nightly Bot
pushed a commit
that referenced
this pull request
Aug 18, 2026
> [!NOTE] > TL;DR: Run the serial server suite and the remaining workspace suites on separate runners so their CI time overlaps. The Fork Test job currently waits for every dependency package suite before starting the server suite. Since server test files deliberately run serially, those two long phases add together on the critical path. This splits the job into server and workspace jobs. The workspace job explicitly selects all 13 non-server test packages and retains the isolated image-compression test, Electron setup, and Rust resource-monitor tests. Verification: - actionlint .github/workflows/fork-ci.yml - Confirmed the workspace selector resolves to exactly 13 non-server packages - Confirmed the server selector resolves only to apps/server --- Written by an agent (T3 Code, gpt-5.6-sol).
yngatech-nightly Bot
pushed a commit
that referenced
this pull request
Aug 18, 2026
> [!NOTE] > TL;DR: Run the serial server suite and the remaining workspace suites on separate runners so their CI time overlaps. The Fork Test job currently waits for every dependency package suite before starting the server suite. Since server test files deliberately run serially, those two long phases add together on the critical path. This splits the job into server and workspace jobs. The workspace job explicitly selects all 13 non-server test packages and retains the isolated image-compression test, Electron setup, and Rust resource-monitor tests. Verification: - actionlint .github/workflows/fork-ci.yml - Confirmed the workspace selector resolves to exactly 13 non-server packages - Confirmed the server selector resolves only to apps/server --- Written by an agent (T3 Code, gpt-5.6-sol).
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.
Note
TL;DR: Run the serial server suite and the remaining workspace suites on separate runners so their CI time overlaps.
The Fork Test job currently waits for every dependency package suite before starting the server suite. Since server test files deliberately run serially, those two long phases add together on the critical path.
This splits the job into server and workspace jobs. The workspace job explicitly selects all 13 non-server test packages and retains the isolated image-compression test, Electron setup, and Rust resource-monitor tests.
Verification:
Written by an agent (T3 Code, gpt-5.6-sol).