-
Notifications
You must be signed in to change notification settings - Fork 6
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
ci: enable KVM for faster emulator #2390
ci: enable KVM for faster emulator #2390
Conversation
Datadog ReportBranch report: ✅ 0 Failed, 2745 Passed, 137 Skipped, 8m 36.05s Wall Time |
Now the tests and emulator run fast. But the emulator is failing to shutdown xD |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/candidate #2390 +/- ##
====================================================
Coverage ? 57.98%
Complexity ? 21
====================================================
Files ? 1164
Lines ? 45008
Branches ? 4230
====================================================
Hits ? 26096
Misses ? 17029
Partials ? 1883 Continue to review full report in Codecov by Sentry.
|
* ci: enable KVM for faster emulator * ci: upgrade actions to v4 * ci: fix wrong action name --------- Co-authored-by: Yamil Medina <[email protected]>
* ci: enable KVM for faster emulator * ci: upgrade actions to v4 * ci: fix wrong action name --------- Co-authored-by: Vitor Hugo Schwaab <[email protected]> Co-authored-by: Yamil Medina <[email protected]>
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
GitHub is now providing faster hardware for open-source projects.
We should be able to use the free 4vCPU runners + KVM to run the emulator faster, which is sometime taking >10min to boot, leading to timeouts.
Solutions
Replace BuildJet with GitHub runner + enable KVM and caching.
Side note:
Testing
This PR will test things :)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.