-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix all linter warnings #15684
Fix all linter warnings #15684
Conversation
… assigning pods to activator
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso 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 |
/assign @skonto |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #15684 +/- ##
==========================================
- Coverage 80.81% 80.80% -0.02%
==========================================
Files 222 222
Lines 18034 18025 -9
==========================================
- Hits 14575 14565 -10
Misses 3089 3089
- Partials 370 371 +1 ☔ View full report in Codecov by Sentry. |
kourier-tls |
/retest |
@@ -309,7 +309,7 @@ func (rt *revisionThrottler) updateCapacity(backendCount int) { | |||
assigned := rt.podTrackers | |||
if rt.containerConcurrency > 0 { | |||
rt.resetTrackers() | |||
assigned = assignSlice(rt.podTrackers, ai, ac, rt.containerConcurrency) | |||
assigned = assignSlice(rt.podTrackers, ai, ac) |
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.
For reference this is due to #14022.
assertMetric(t, wantMetrics) | ||
} | ||
|
||
// We don't use metricstest.AssertMetrics because it doesn't filter resources properly |
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.
Should we open an issue to fix metricstest.AssertMetrics
?
Cannot run kourier tls:
|
/lgtm |
/unhold |
/override ? |
@skonto: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. 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-sigs/prow repository. |
/override "test (v1.31.x, kourier-tls, runtime)" |
@skonto: Overrode contexts on behalf of skonto: test (v1.31.x, kourier-tls, runtime) 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-sigs/prow repository. |
Fixes: #14692
This should unblock PRs that are being gated on the linter checks
Changes are broken down by linter fix