-
Notifications
You must be signed in to change notification settings - Fork 727
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
schedule: add metrcis for region scatter (#3582) #3595
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
@Yisaer you're already a collaborator in bot's repo. |
Signed-off-by: yisaer <disxiaofei@163.com>
/merge |
@Yisaer: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests 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. |
@Yisaer: In 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. |
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
/hold cancel |
/merge |
@Yisaer: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests 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. |
@Yisaer: In 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. |
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
/merge |
@Yisaer: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests 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. |
This pull request has been accepted and is ready to merge. Commit hash: c94a0a1
|
Codecov Report
@@ Coverage Diff @@
## release-4.0 #3595 +/- ##
===============================================
- Coverage 74.75% 74.62% -0.14%
===============================================
Files 211 211
Lines 19880 19908 +28
===============================================
- Hits 14861 14856 -5
- Misses 3683 3725 +42
+ Partials 1336 1327 -9
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
cherry-pick #3582 to release-4.0
You can switch your code base to this Pull Request by using git-extras:
# In pd repo: git pr https://github.com/tikv/pd/pull/3595
After apply modifications, you can push your change to this PR via:
Signed-off-by: yisaer disxiaofei@163.com
What problem does this PR solve?
Add metrics in region scatter
What is changed and how it works?
Release note