Skip to content

Conversation

blacksmith-sh[bot]
Copy link

@blacksmith-sh blacksmith-sh bot commented Jul 28, 2025

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.

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.

@CLAassistant
Copy link

CLAassistant commented Jul 28, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ serprex
❌ blacksmith-sh[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

strategy:
matrix:
runner: [ubuntu-latest]
runner: [blacksmith-16vcpu-ubuntu-2404]
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
runner: [blacksmith-16vcpu-ubuntu-2404]
runner: [blacksmith-4vcpu-ubuntu-2404]

jobs:
update-docker-compose-tag:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
runs-on: blacksmith-4vcpu-ubuntu-2404
runs-on: blacksmith-2vcpu-ubuntu-2404

@serprex
Copy link
Member

serprex commented Jul 28, 2025

Can use ARM images. Might be easier to do as followup

jobs:
flow_cleanup:
runs-on: ubuntu-24.04
runs-on: blacksmith-4vcpu-ubuntu-2404
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
runs-on: blacksmith-4vcpu-ubuntu-2404
runs-on: blacksmith-2vcpu-ubuntu-2404

strategy:
matrix:
runner: [ubuntu-latest]
runner: [blacksmith-4vcpu-ubuntu-2404]
Copy link
Member

Choose a reason for hiding this comment

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

my understanding is that these bake actions can run on 2vcpu

jobs:
build:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
runs-on: blacksmith-4vcpu-ubuntu-2404
runs-on: blacksmith-2vcpu-ubuntu-2404

contents: write
pull-requests: write
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
runs-on: blacksmith-4vcpu-ubuntu-2404
runs-on: blacksmith-2vcpu-ubuntu-2404

jobs:
update-docker-compose-tag:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
runs-on: blacksmith-4vcpu-ubuntu-2404
runs-on: blacksmith-2vcpu-ubuntu-2404

@serprex serprex force-pushed the blacksmith-migration-4173983 branch from 4d2f90d to 38c4896 Compare August 28, 2025 20:10
@serprex serprex force-pushed the blacksmith-migration-4173983 branch from 7fe9c32 to cdcc56a Compare August 29, 2025 15:54
@serprex serprex force-pushed the blacksmith-migration-4173983 branch from 76ac986 to dcf4b18 Compare August 29, 2025 16:59
@serprex serprex force-pushed the blacksmith-migration-4173983 branch from dcf4b18 to 8729751 Compare August 29, 2025 17:07
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