-
Notifications
You must be signed in to change notification settings - Fork 1.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
Migrate CI from CircleCI to GitHub Actions #11734
Comments
Any idea what caused the apt locking issue in https://github.com/filecoin-project/lotus/actions/runs/8529890853/job/23366624530?pr=11808? |
I have seen that before caused by ubuntu auto-updates but we disabled them since then. I propose we add extra logging to see what process is holding up the lock in case it happens in lotus again - #11815 Maybe bet would be that there is another scheduled process that is causing this. |
Any idea why test runs like a40cced are showing up as failed? I assume they're just getting cancelled because we're merging something else to master, unless something else is cancelling them. |
That's exactly it. We can disable this with - #11842. Cancelling in progress runs is quite useful in the PRs, but we can do without it in other cases. |
User Story
GitHub Actions provides Developer Experience better suited for Lotus development team going forward.
Acceptance Criteria
Deliverables (GitHub Actions workflows)
Technical Breakdown
Tasks
Testing
The text was updated successfully, but these errors were encountered: