-
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-43: Replace the special ToolchainClusterCondition with the standard toolchain Condition #1017
Conversation
…andard toolchain Condition Signed-off-by: Feny Mehta <fbm3307@gmail.com>
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
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.
Nice Job 👍
Hello @fbm3307 👋 All the runs of this PR failed with Very likely is PR specific. At least, from this search query, it seems. |
Based on the e2e test failure:
it seems that it doesn't allow to switch to the new |
Maybe we need first to make that field optional and then migrate to the new |
Thanks @rsoaresd for lookinng into the errors. |
TBH I'm not 100% sure this is required , because adding a new filed in new CRD should be a problem , but removing a required field seems to be the issue 🤷♂️ |
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
looks like a flaky test |
looks like the e2e failure is not related to this PR |
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fbm3307, MatousJobanek, metlos, mfrancisc 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 |
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
/test e2e |
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1017 +/- ##
=======================================
Coverage 84.74% 84.74%
=======================================
Files 55 55
Lines 4909 4909
=======================================
Hits 4160 4160
Misses 576 576
Partials 173 173 |
This is to replace the special ToolchainClusterCondition with the standard toolchain Condition
This is Related to Change in
Only change is updating the dependency of API and toolchain-common