chore: switch back to Depot runners#281
Merged
felipefreitag merged 2 commits intomainfrom Apr 17, 2026
Merged
Conversation
Depot outage is resolved — revert ubuntu-latest back to depot-ubuntu-24.04-8 across all workflows.
gabrielmfern
approved these changes
Apr 17, 2026
Use depot-ubuntu-24.04 (2 CPU) for lightweight jobs and depot-ubuntu-24.04-4 (4 CPU) only for pkg/Brotli builds.
Contributor
There was a problem hiding this comment.
2 issues found across 10 files (changes from recent commits).
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name=".github/workflows/smoke.yml">
<violation number="1" location=".github/workflows/smoke.yml:11">
P2: The smoke workflow runner version is inconsistent with the intended `depot-ubuntu-24.04-8` standard and appears to be a regression/typo.</violation>
</file>
<file name=".github/workflows/post-release.yml">
<violation number="1" location=".github/workflows/post-release.yml:36">
P2: This job was changed away from the pinned Depot runner variant. Use `depot-ubuntu-24.04-8` here to keep CI environment consistency and avoid runner drift.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review, or fix all with cubic.
| jobs: | ||
| smoke: | ||
| runs-on: ubuntu-latest | ||
| runs-on: depot-ubuntu-24.04-4 |
Contributor
There was a problem hiding this comment.
P2: The smoke workflow runner version is inconsistent with the intended depot-ubuntu-24.04-8 standard and appears to be a regression/typo.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .github/workflows/smoke.yml, line 11:
<comment>The smoke workflow runner version is inconsistent with the intended `depot-ubuntu-24.04-8` standard and appears to be a regression/typo.</comment>
<file context>
@@ -8,7 +8,7 @@ concurrency:
jobs:
smoke:
- runs-on: depot-ubuntu-24.04-8
+ runs-on: depot-ubuntu-24.04-4
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
</file context>
Suggested change
| runs-on: depot-ubuntu-24.04-4 | |
| runs-on: depot-ubuntu-24.04-8 |
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.
Revert ubuntu-latest back to depot-ubuntu-24.04-8 across all workflows.
Summary by cubic
Switch CI back to Depot runners and right-size them for speed and consistency. Lightweight jobs use
depot-ubuntu-24.04(2 vCPU); build-heavy jobs usedepot-ubuntu-24.04-4.ubuntu-latestwithdepot-ubuntu-24.04across lint, test, typecheck, PR title check, dependency pin check, post-release verify, skills sync, and Linux credential tests.depot-ubuntu-24.04-4(pkg/Brotli): smoke, releasetest-binary-linux-arm64, andbuild-linux-windows.Written for commit c13e3b8. Summary will update on new commits.