-
Notifications
You must be signed in to change notification settings - Fork 122
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
Make nightly build pipeline faster #1949
Conversation
Signed-off-by: Sreekanth <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1949 +/- ##
==========================================
- Coverage 57.82% 53.75% -4.07%
==========================================
Files 412 284 -128
Lines 28789 22140 -6649
==========================================
- Hits 16646 11902 -4744
+ Misses 11203 9297 -1906
- Partials 940 941 +1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Sreekanth <[email protected]>
Signed-off-by: Sreekanth <[email protected]>
Signed-off-by: Sreekanth <[email protected]>
Signed-off-by: Sreekanth <[email protected]>
Signed-off-by: Sreekanth <[email protected]>
Signed-off-by: Sreekanth <[email protected]>
Signed-off-by: Sreekanth <[email protected]>
Signed-off-by: Sreekanth <[email protected]>
Signed-off-by: Sreekanth <[email protected]>
Signed-off-by: Sreekanth <[email protected]>
Signed-off-by: Sreekanth <[email protected]>
Signed-off-by: Sreekanth <[email protected]>
Signed-off-by: Sreekanth <[email protected]>
Signed-off-by: Sreekanth <[email protected]>
Signed-off-by: Sreekanth <[email protected]>
Signed-off-by: Sreekanth <[email protected]>
Signed-off-by: Sreekanth <[email protected]>
@BulkBeing thanks for making the change. It seems failing the monovertex e2e test. Since the test executes the mono vertex which is written in Rust, I suspect it might related to the image build change in the PR. Please check. You can run |
Signed-off-by: Sreekanth <[email protected]>
Signed-off-by: Sreekanth <[email protected]>
A new PR (#1958 ) was created with the same changes since I was not able to figure out why the CI pipelines were failing here. Tried smaller changes at a time in the new PR. The tests were failing because the |
Closes #1943
Improve the build time of the nightly build pipeline.