-
Notifications
You must be signed in to change notification settings - Fork 134
.github/workflows: Migrate workflows to Blacksmith runners #3277
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
base: main
Are you sure you want to change the base?
Conversation
|
.github/workflows/ci.yml
Outdated
strategy: | ||
matrix: | ||
runner: [ubuntu-latest] | ||
runner: [blacksmith-16vcpu-ubuntu-2404] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
runs-on: blacksmith-4vcpu-ubuntu-2404 | |
runs-on: blacksmith-2vcpu-ubuntu-2404 |
Can use ARM images. Might be easier to do as followup |
.github/workflows/cleanup.yml
Outdated
jobs: | ||
flow_cleanup: | ||
runs-on: ubuntu-24.04 | ||
runs-on: blacksmith-4vcpu-ubuntu-2404 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
runs-on: blacksmith-4vcpu-ubuntu-2404 | |
runs-on: blacksmith-2vcpu-ubuntu-2404 |
strategy: | ||
matrix: | ||
runner: [ubuntu-latest] | ||
runner: [blacksmith-4vcpu-ubuntu-2404] |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
runs-on: blacksmith-4vcpu-ubuntu-2404 | |
runs-on: blacksmith-2vcpu-ubuntu-2404 |
4d2f90d
to
38c4896
Compare
7fe9c32
to
cdcc56a
Compare
76ac986
to
dcf4b18
Compare
dcf4b18
to
8729751
Compare
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