Skip to content

feat(ci): disable self-hosted jobs, restore -gh parallelism#137

Merged
rfay merged 1 commit intomainfrom
20260507_more_on_github_runners
May 8, 2026
Merged

feat(ci): disable self-hosted jobs, restore -gh parallelism#137
rfay merged 1 commit intomainfrom
20260507_more_on_github_runners

Conversation

@rfay
Copy link
Copy Markdown
Member

@rfay rfay commented May 8, 2026

Summary

  • Sets if: false on the five self-hosted sysbox jobs so they no longer queue while the GitHub-hosted -gh equivalents prove out
  • The original if: condition is preserved in a comment directly above each disabled job for a one-line revert if needed
  • Removes max-parallel: 1 from the -gh matrix jobs — only needed to avoid rate-limit collisions when both sets ran concurrently

To re-enable self-hosted jobs

In each workflow, swap if: false back to the commented original condition.

Test plan

  • Only -gh jobs appear in CI (no self-hosted jobs queued)
  • -gh matrix jobs run in parallel
  • All -gh jobs pass

Generated with Claude Code

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>
@rfay rfay merged commit 7d47195 into main May 8, 2026
20 checks passed
@rfay rfay deleted the 20260507_more_on_github_runners branch May 8, 2026 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant