.github/workflows: Migrate workflows to Blacksmith runners#90
.github/workflows: Migrate workflows to Blacksmith runners#90useblacksmith-dev[bot] wants to merge 6 commits intomainfrom
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ 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] |
There was a problem hiding this comment.
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)
Reviewed by Cursor Bugbot for commit 23b277f. Configure here.


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:
runs-on: blacksmith-4vcpu-ubuntu-2204). Learn more about the different instances available to choose from.FAQ
Codesmith can help with this PR — just tag
@codesmithor enable autofix.