Skip to content

.github/workflows: Migrate workflows to Blacksmith runners#90

Open
useblacksmith-dev[bot] wants to merge 6 commits intomainfrom
blacksmith-migration-64f56a8
Open

.github/workflows: Migrate workflows to Blacksmith runners#90
useblacksmith-dev[bot] wants to merge 6 commits intomainfrom
blacksmith-migration-64f56a8

Conversation

@useblacksmith-dev
Copy link
Copy Markdown

@useblacksmith-dev useblacksmith-dev bot commented Apr 8, 2026

To whomever may be reviewing this PR,

Blacksmith is the fastest way to run your GitHub Actions.

What does this PR change?

This PR has been automatically generated by a team member in your GitHub organization using Blacksmith's Migration Wizard, or MigWiz for short. This PR changes the following:

  1. Your selected workflows will now run on Blacksmith's 2x faster hardware (e.g., runs-on: blacksmith-4vcpu-ubuntu-2204). Learn more about the different instances available to choose from.
  2. Your jobs running on Blacksmith will now have all official GitHub and popular third-party cache actions automatically interact with our 4x faster, colocated cache. Learn more about Blacksmith's actions cache.
  3. Your GitHub Actions will now actually be observable. Learn more about Blacksmith's logging and other observability features.
  4. Your Docker builds will now automatically share their Docker layer cache, resulting in up to 40x faster builds. Learn more about Blacksmith's Docker layer caching.

FAQ

  • Is this free? The first 3,000 minutes per month are free.
  • Who uses Blacksmith? Clerk, Ashby, VEED, and 600+ others.
  • What's the catch? There is none. Merge this thing already.

View in Codesmith
Codesmith can help with this PR — just tag @codesmith or enable autofix.

  • Autofix CI and bot reviews

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 23b277f. Configure here.

strategy:
matrix:
os: [ubuntu-latest, ubuntu-22.04]
os: [blacksmith-4vcpu-ubuntu-2404, ubuntu-22.04]
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Matrix OS partially migrated, leaving ubuntu-22.04 unmigrated

Low Severity

The matrix os list and include entries only migrated ubuntu-latest to blacksmith-4vcpu-ubuntu-2404 but left ubuntu-22.04 as a standard GitHub runner. This repository already uses blacksmith-4vcpu-ubuntu-2204 in test-buildkit-version.yml, so ubuntu-22.04 here is an incomplete migration. Half the matrix jobs will run on GitHub's standard runners instead of Blacksmith, which is inconsistent with the PR's intent and could fail if the org restricts runner usage.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 23b277f. Configure here.

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.

0 participants