-
Notifications
You must be signed in to change notification settings - Fork 312
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
feat(cluster/spec): check alertmanager,prometheus's config #1074
feat(cluster/spec): check alertmanager,prometheus's config #1074
Conversation
3a27058
to
20434e4
Compare
Codecov Report
@@ Coverage Diff @@
## master #1074 +/- ##
===========================================
- Coverage 55.73% 30.28% -25.46%
===========================================
Files 283 269 -14
Lines 20106 18680 -1426
===========================================
- Hits 11207 5657 -5550
- Misses 7167 12167 +5000
+ Partials 1732 856 -876
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
It seems the config check failed |
Hi @lucklove Is there any documents about the usage of the Ti Robot, such as I want to merge PR #A after #B... |
Here is all the commands, I think. |
/hold |
20434e4
to
04a17fc
Compare
04a17fc
to
c30aefb
Compare
c30aefb
to
5190918
Compare
/hold cancel |
/cc @lucklove PTAL |
@9547: GitHub didn't allow me to request PR reviews from the following users: PTAL. Note that only pingcap members and repo collaborators can review this PR, and authors cannot review their own PRs. 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 kubernetes/test-infra repository. |
/lgtm |
[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 |
This pull request has been accepted and is ready to merge. Commit hash: 5190918
|
) * feat(cluster/spec): check alertmanager,prometheus's config * fix(cluster/spec): convert to ctxt.Executor * fix(cluster/spec): use find cp instead of cp *.json(zsh compatible) * enhance(cluster/spec): use find cp instead of cp for dm's grafana,prometheus * fix(cluster/spec): index error * feat(cluster/spec): add prometheus testcase * feat(*): rm not used dm/prometheus.yml.tpl * feat(cluster/spec): test Prometheus localDir * fix(template/prometheus): if local rules were given, system rules won't auto copyed * feat(clutster): make pkger * feat(tests/cluster): ensure tidb exists in prometheus.yml
What problem does this PR solve?
Check Alertmanager,Prometheus' config after
InitConfig
, should be merged after #1073What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes
Release notes: