ci: use arm runners in integration tests#2877
Merged
tstirrat15 merged 1 commit intomainfrom Feb 4, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (74.79%) is below the target coverage (75.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #2877 +/- ##
==========================================
+ Coverage 74.40% 74.79% +0.40%
==========================================
Files 484 484
Lines 57786 57786
==========================================
+ Hits 42989 43216 +227
+ Misses 11787 11550 -237
- Partials 3010 3020 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
343dc28 to
8c539d1
Compare
8c539d1 to
e4e2638
Compare
miparnisari
approved these changes
Feb 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
In #2818 we started using ARM runners for most of our tests. This gave some huge speedups on unit tests; I punted on integration tests because the e2e tests were failing and I thought we'd need to make a bunch of updates.
It turns out that the e2e tests probably won't be able to run on ARM while they depend on Chaosd, but ARM runners sped up our integration tests by a factor of 2 (!!)
Changes
Use ARM runners for remaining tests where it helps
Testing
Review