-
Notifications
You must be signed in to change notification settings - Fork 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
enhance: allow github actions runner run on ubuntu-latest os #29525
enhance: allow github actions runner run on ubuntu-latest os #29525
Conversation
@samhuang-z ut workflow job failed, comment |
since milvus's build procedure is in the responding docker enviornment, this procedure does bind with particular host os it allow milvus build procedure to use latest ubuntu os background: our self hosted runner is only using ubuntu-latest os benefit: make this github workflow obtain the resource from the self-hosted runner Signed-off-by: Sammy Huang <[email protected]>
32413e3
to
dfdf016
Compare
@samhuang-z ut workflow job failed, comment |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #29525 +/- ##
==========================================
- Coverage 80.82% 80.57% -0.25%
==========================================
Files 917 917
Lines 127050 126902 -148
==========================================
- Hits 102683 102255 -428
- Misses 21039 21331 +292
+ Partials 3328 3316 -12 |
issue: #29523 pr: #29525 readable shard leader should still be the old one during channel balance, if the new shard leader is not ready. This PR fixed that query coord choose wrong shard leader during balance channel Signed-off-by: Wei Liu <[email protected]>
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
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: LoveEachDay, samhuang-z, yanliang567 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
#30435) pr: #29525 --------- Signed-off-by: Sammy Huang <[email protected]>
since milvus's build procedure is in the responding docker enviornment, this procedure does not bind with particular host os, in turn it allows milvus build on any os , including latest ubuntu os
background:
our self hosted runner is only using ubuntu-latest os
benefit:
make this github workflow obtain the resource from the self-hosted runner