-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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 off CircleCI to GitHub Actions #8804
Comments
Another added benefit is we should get better test output for debugging test failures. Copied in discussion about CircleCI from Discord. From @lidel about what we have to do in CircleCI:
|
We'd need to setup self-hosted runners for this, as we use the 2xlarge CircleCI resource class which is 16 vCPUs and 32 GB RAM, whereas GH Actions hosted runners only provide 2 vCPUs and 7 GB RAM, which would slow down the build time by an unacceptable amount. |
Current status: I managed to successfully run all the workflows from CircleCI in GitHub Actions. Tracked in https://github.com/galargh/go-ipfs/tree/github-actions Next steps: set up self-hosted runners to boost performance. 30m+ builds are not acceptable. |
Rollout plan:
|
@galargh : I see circle ci mentioned in https://github.com/ipfs/kubo/blob/master/docs/RELEASE_ISSUE_TEMPLATE.md . Is that getting removed in a PR somewhere? |
@BigLep not as part of this issue as it's only mentioned in the context of CI setups in ipfs-distributions and ipfs-docs. It should be easier to migrate these two to GHA though. We could look into it after IPFS Thing. |
Ack - make sense - thanks! |
Done Criteria
Integration tests run from GitHub actions rather than GitHub Actions
Why Important
User/Customer
Contributors and maintainers
Notes
The text was updated successfully, but these errors were encountered: