Skip to content

chore: switch back to Depot runners#281

Merged
felipefreitag merged 2 commits intomainfrom
chore-use-depot
Apr 17, 2026
Merged

chore: switch back to Depot runners#281
felipefreitag merged 2 commits intomainfrom
chore-use-depot

Conversation

@felipefreitag
Copy link
Copy Markdown
Contributor

@felipefreitag felipefreitag commented Apr 17, 2026

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 use depot-ubuntu-24.04-4.

  • Refactors
    • Replaced ubuntu-latest with depot-ubuntu-24.04 across lint, test, typecheck, PR title check, dependency pin check, post-release verify, skills sync, and Linux credential tests.
    • Moved heavy builds to depot-ubuntu-24.04-4 (pkg/Brotli): smoke, release test-binary-linux-arm64, and build-linux-windows.

Written for commit c13e3b8. Summary will update on new commits.

Depot outage is resolved — revert ubuntu-latest back to
depot-ubuntu-24.04-8 across all workflows.
@felipefreitag felipefreitag changed the title chore(ci): switch back to Depot runners chore: switch back to Depot runners Apr 17, 2026
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 10 files

Use depot-ubuntu-24.04 (2 CPU) for lightweight jobs and
depot-ubuntu-24.04-4 (4 CPU) only for pkg/Brotli builds.
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot Apr 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Fix with Cubic

Comment thread .github/workflows/post-release.yml
@felipefreitag felipefreitag merged commit c4b0a0c into main Apr 17, 2026
14 checks passed
@felipefreitag felipefreitag deleted the chore-use-depot branch April 17, 2026 14:19
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.

2 participants