-
Notifications
You must be signed in to change notification settings - Fork 118
fix CI #741
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
fix CI #741
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #741 +/- ##
============================================
- Coverage 38.11% 37.14% -0.98%
+ Complexity 1613 1570 -43
============================================
Files 278 278
Lines 17482 17482
Branches 1986 1986
============================================
- Hits 6663 6493 -170
- Misses 10154 10329 +175
+ Partials 665 660 -5 ☔ View full report in Codecov by Sentry. |
Signed-off-by: shiyuhang <1136742008@qq.com>
Signed-off-by: shiyuhang <1136742008@qq.com>
|
In response to a cherrypick label: cannot checkout |
|
In response to a cherrypick label: cannot checkout |
|
In response to a cherrypick label: cannot checkout |
|
/cherry-pick release-3.3 |
|
/cherry-pick release-3.2 |
|
/cherry-pick release-3.1 |
|
@shiyuhang0: new pull request created to branch DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
@shiyuhang0: new pull request created to branch DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
@shiyuhang0: new pull request created to branch DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
What problem does this PR solve?
FIx CI fail.
What is changed and how does it work?
CI depends on the output of TiUP playground to get PD address which is fragile. playground v1.12.1 will not output pd address causing the tests to fail.
So, this pr specify pd port.
Code changes
Check List for Tests
This PR has been tested by at least one of the following methods:
Side effects
Related changes