Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blacksmith.sh: Migrate workflows to Blacksmith #4326

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

blacksmith-sh[bot]
Copy link

@blacksmith-sh blacksmith-sh bot commented Oct 14, 2024

This PR migrates some selected workflows to Blacksmith.

@jescalan note - this should be a pretty low effort way to make our CI faster & less expensive, with a very easy revert if it's not working out for us for any reason

Copy link

changeset-bot bot commented Oct 14, 2024

⚠️ No Changeset found

Latest commit: 58783dd

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@@ -15,7 +15,7 @@ concurrency:
jobs:
formatting-linting:
name: Formatting, linting & changeset checks
runs-on: ${{ vars.RUNNER_LARGE || 'ubuntu-latest-l' }}
runs-on: ${{ vars.RUNNER_LARGE || 'blacksmith-16vcpu-ubuntu-2204' }}
Copy link
Contributor

Choose a reason for hiding this comment

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

This is gonna need a logic change within our variables in order to actually work here, just a note

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants