-
Notifications
You must be signed in to change notification settings - Fork 499
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
add slack notify #439
add slack notify #439
Conversation
/run-e2e-tests |
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
tests/pkg/webhook/pods.go
Outdated
reviewResponse.Allowed = true | ||
return &reviewResponse | ||
} | ||
|
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.
Why did you move this logic into tidb only. this is a common logic for tidb tikv and pd.
fixed some bugs @shuijing198799 @weekface PTAL |
1 similar comment
fixed some bugs @shuijing198799 @weekface PTAL |
/run-e2e-tests |
/run-e2e-tests |
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
Co-authored-by: DanielZhangQD <[email protected]> Co-authored-by: ti-srebot <[email protected]>
What problem does this PR solve?
solve the problem that stability test lack notify feature
What is changed and how it works?
this pr will notify the particular slack channel when stability test failed or complete
Check List
Tests
Code changes