.github/workflows: Migrate workflows to Blacksmith runners - #159
Merged
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's Guide.github workflows are migrated from self-hosted runners to Blacksmith-managed runners by updating the runs-on configuration across several release and CI workflows. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- Since these jobs previously ran on self-hosted runners, double-check whether any implicit host-level dependencies (custom tools, mounted volumes, preinstalled SDKs, or environment variables) were provided by your self-hosted machines; if so, they should either be moved into the container images or explicitly recreated on the Blacksmith runner.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Since these jobs previously ran on self-hosted runners, double-check whether any implicit host-level dependencies (custom tools, mounted volumes, preinstalled SDKs, or environment variables) were provided by your self-hosted machines; if so, they should either be moved into the container images or explicitly recreated on the Blacksmith runner.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
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.
This PR has been automatically generated by a team member in your GitHub organization using Blacksmith's Migration Wizard. This PR changes the following:
runs-on: blacksmith-4vcpu-ubuntu-2204). Learn more about the different instances available to choose from.Summary by Sourcery
CI: