Skip to content

Commit d51e262

Browse files
.github/workflows: Migrate workflows to Blacksmith runners (#9504)
To whomever may be reviewing this PR, **[Blacksmith](https://www.blacksmith.sh/) 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](https://docs.blacksmith.sh/introduction/quickstart), 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](https://docs.blacksmith.sh/blacksmith-runners/config). 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](https://docs.blacksmith.sh/blacksmith-caching/dependencies-actions). 3. Your GitHub Actions will now actually be observable. Learn more about Blacksmith's [logging](https://docs.blacksmith.sh/blacksmith-observability/logs) and other [observability](https://docs.blacksmith.sh/blacksmith-observability/dashboard) 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](https://docs.blacksmith.sh/blacksmith-caching/docker-builds). ## 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. Co-authored-by: blacksmith-sh[bot] <157653362+blacksmith-sh[bot]@users.noreply.github.com>
1 parent 538b499 commit d51e262

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd-dgraph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
path: dgraph-standalone-amd64.tar
122122

123123
dgraph-build-arm64:
124-
runs-on: ubuntu-latest-arm
124+
runs-on: blacksmith-4vcpu-ubuntu-2404-arm
125125
timeout-minutes: 15
126126
steps:
127127
- uses: actions/checkout@v5

.github/workflows/ci-dgraph-tests-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
jobs:
2424
dgraph-tests:
2525
if: github.event.pull_request.draft == false
26-
runs-on: ubuntu-latest-arm
26+
runs-on: blacksmith-4vcpu-ubuntu-2404-arm
2727
timeout-minutes: 60
2828
steps:
2929
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)