-
Notifications
You must be signed in to change notification settings - Fork 65
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
KUBESAW-12: Convert the health-check goroutine into ToolchainCluster controller #1010
Conversation
…controller Signed-off-by: Feny Mehta <[email protected]>
/test e2e |
1 similar comment
/test e2e |
/test e2e |
Hello @fbm3307, The last run (1780159346131341312) failed with:
When looking at this PR history, we can observe that 1778725233843245056 failed with the same error. The other runs related to this PR failed due to infra issues. From this search query, we can see that happens only in this PR. So, very likely is PR specific. Hope it helps :) |
Signed-off-by: Feny Mehta <[email protected]>
Hey @rsoaresd Thanks for looking into this, but it passed this time, i dont think it was related to my PR, but it was flaky |
Signed-off-by: Feny Mehta <[email protected]>
Signer-off-by: Feny Mehta <[email protected]>
/test e2e |
TBH, I haven't seen this error (failed test) ever before. I doubt that it would be an old flaky test. This error seems to be rather caused by the changes in the PR. |
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.
Could you please update the dependency to point to the latest version in your toolchain-common PR?
Signed-off-by: Feny Mehta <[email protected]>
Signed-off-by: Feny Mehta <[email protected]>
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.
👍
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.
👍
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fbm3307, filariow, MatousJobanek, mfrancisc, rajivnathan 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 |
/test e2e |
Signed-off-by: Feny Mehta <[email protected]>
Quality Gate passedIssues Measures |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1010 +/- ##
==========================================
+ Coverage 84.58% 84.60% +0.02%
==========================================
Files 55 55
Lines 4852 4852
==========================================
+ Hits 4104 4105 +1
+ Misses 575 574 -1
Partials 173 173 |
This is to convert the health-check goroutine into ToolchainCluster controller
The related PRs:
The Other PRs where only Toolchain common dependency is updated