-
Notifications
You must be signed in to change notification settings - Fork 476
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: upgrade test_nightly infra to large #5054
Conversation
Please trigger nightly build to confirm |
Codecov Report
@@ Coverage Diff @@
## master #5054 +/- ##
==========================================
- Coverage 53.57% 53.57% -0.01%
==========================================
Files 430 430
Lines 54091 54091
==========================================
- Hits 28979 28977 -2
Misses 22868 22868
- Partials 2244 2246 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
After more testing, we should revert #5053 and enable this if we think it makes sense. |
the checks don't show correctly in github due to me rerunning the tests manually and cancelling the ones that are not needed. Please ignore circleci tests checkmarks in github, they passed as of this commit. |
#5053 may have some flakiness to it outside of this instance sizing, so we should not revert it. That said, a bump in this instance size would be welcome to reduce time and reduce other flakiness. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Summary
This increases the test_nightly build resource class from medium (2 cores) to large (4 cores) as an alternative to #5053.
Test Plan
Existing tests should pass, nightly tests should also perform better.