-
Notifications
You must be signed in to change notification settings - Fork 337
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
Move from circleci to github actions #4754
Comments
I found GH actions limits: we use 400 minutes per one run (including parallel runs) so that would only last for 5 runes. If the table above is right we might want to just close this or consider self-hosted runners. |
We need to compare the price of credits/minutes and check the number of free minutes for CircleCI |
It's up to* 6000 build minutes / month
|
Hey @slonka Sorry for jumping on this. "self-hosted" got my attention.
You can achieve this with https://cirun.io It creates on demand runners for GitHub Actions on your cloud and manages the complete lifecycle. You simply connect your cloud provider and define what runners you need in a simple See https://docs.cirun.io/reference/examples.html#aws for example. Let me know if you have any questions. I am the creator of Cirun. |
Hi @aktech - if you can show that it is significantly more cost efficient then we will consider it. |
Free for org is different from OSS free. AFAIU github actions is 100% free for OSS projects. |
That's absolutely true, my suggestion was for ARM runners, which are only available via self-hosted. |
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. |
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. |
One thing we've discussed with @slonka to enable a progressive move is to have a workflow that waits for circleci checks to be green. |
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. |
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. |
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. |
I guess @jijiechen you're working on this? Duplicate issue or still useful? @lahabana |
Closing this as we've done this by a few PRs. |
What happened?
github actions is free for OSS so we'd save some money.
In the past there were blockers to do this. The ones I remember of were:
parallel runs
andarm worker
.We should first check if we have everything to move to github actions and then maybe do it.
Apparently parallel runs is possible with: https://rubyyagi.com/how-to-run-tests-in-parallel-in-github-actions/
The text was updated successfully, but these errors were encountered: