-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Do nothing when the conmon is already confirmed dead. #9333
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9333 +/- ##
==========================================
- Coverage 66.95% 66.93% -0.03%
==========================================
Files 198 199 +1
Lines 27426 27464 +38
==========================================
+ Hits 18364 18383 +19
- Misses 7545 7563 +18
- Partials 1517 1518 +1 🚀 New features to boost your workflow:
|
ffbfb6f
to
7b59e3c
Compare
…is dead. Signed-off-by: Ayato Tokubi <atokubi@redhat.com>
/retest |
3 similar comments
/retest |
/retest |
/retest |
@bitoku: The following test failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bitoku, saschagrunert 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 |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Don't log errors or emit metrics when cri-o already confirmed conmon is dead.
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?