feat(ci): disable self-hosted jobs, restore -gh parallelism#137
Merged
Conversation
Set if: false on the five self-hosted sysbox jobs so they no longer queue while the GitHub-hosted -gh equivalents are proving out. The original if: condition is preserved in a comment for easy re-enable. Also removes max-parallel: 1 from the -gh matrix jobs now that they no longer share rate-limit headroom with the self-hosted jobs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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
if: falseon the five self-hosted sysbox jobs so they no longer queue while the GitHub-hosted-ghequivalents prove outif:condition is preserved in a comment directly above each disabled job for a one-line revert if neededmax-parallel: 1from the-ghmatrix jobs — only needed to avoid rate-limit collisions when both sets ran concurrentlyTo re-enable self-hosted jobs
In each workflow, swap
if: falseback to the commented original condition.Test plan
-ghjobs appear in CI (no self-hosted jobs queued)-ghmatrix jobs run in parallel-ghjobs passGenerated with Claude Code