-
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
Remove the CapacityThresholds from ToolchainConfig #1000
Remove the CapacityThresholds from ToolchainConfig #1000
Conversation
…olchainConfig for anything because this field has been removed from the api.
/retest |
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.
looks good, but include the regenerated CRD please
Latest run failed with:
I saw that also happened in the past 13 days in registration-service job. Very likely is a flaky test. I will investigate it. |
…onfig-capacity-thresholds # Conflicts: # go.sum
/retest |
1 similar comment
/retest |
Hello, @metlos! The last two runs are hitting:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexeykazakov, fbm3307, MatousJobanek, metlos, 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 |
/retest |
…onfig-capacity-thresholds # Conflicts: # go.sum
…onfig-capacity-thresholds
…onfig-capacity-thresholds
…github.com/metlos/codeready-host-operator into remove-toolchainconfig-capacity-thresholds
Quality Gate passedIssues Measures |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1000 +/- ##
==========================================
- Coverage 84.62% 84.59% -0.03%
==========================================
Files 55 55
Lines 4852 4844 -8
==========================================
- Hits 4106 4098 -8
Misses 573 573
Partials 173 173
|
d1e027d
into
codeready-toolchain:master
This updates the code and tests to not use CapacityThresholds from ToolchainConfig for anything because this field has been removed from the api.
See https://issues.redhat.com/browse/KUBESAW-36.
Associated PRs:
- toolchain-common: codeready-toolchain/toolchain-common#379
- toolchain-e2e: codeready-toolchain/toolchain-e2e#935
- api: codeready-toolchain/api#411