-
Notifications
You must be signed in to change notification settings - Fork 164
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
GitHub Actions: Switch to GitHub-hosted runners #4280
Conversation
Latest documentation on GitHub shows that their runners have same resources as BuildJet. Why not use free stuff? Signed-off-by: Pavel Abramov <[email protected]>
@@ -23,9 +23,9 @@ jobs: | |||
include: | |||
- os: buildjet-4vcpu-ubuntu-2204-arm | |||
arch: arm64 | |||
- os: buildjet-4vcpu-ubuntu-2004 | |||
- os: ubuntu-20.04 |
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.
Can we use both?
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.
sure
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.
But here you switch from buildjet to a regular one?
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.
So in this particular case it won't be that easy, because we're running matrix and we have runs-on parameter, and we have both amd64 and arm arch to avoid cross-compiling. We can add a second option as fallback in runs-on parameter, but it'll mess up arm runner. I think it makes sense to switch to GH-hosted runners here, since it'll free up buildjet runners a bit
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.
ok, let's try
Are we ok to merge? |
Latest documentation on GitHub shows that their
runners have same resources as BuildJet. Why not
use free stuff?
https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories