-
Notifications
You must be signed in to change notification settings - Fork 687
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
Enable golangci-lint Verbose Output #1572
Enable golangci-lint Verbose Output #1572
Conversation
This is a follow up to #1571 and kubernetes/test-infra#33907 to try an debug the various timeout issues. |
/kind cleanup |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: a7i 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 |
/lgtm |
Hit the 40 minute prow timeout. Let's try again. /retest |
/retest |
The golangci-lint tool gets stuck for a variety of reasons when running in Prow CI. Enabling verbose output in an attempt to make debugging easier. ref: https://golangci-lint.run/contributing/debug/
2d48936
to
73fecfb
Compare
/test pull-descheduler-verify-master |
1 similar comment
/test pull-descheduler-verify-master |
/retest |
/retest pull-descheduler-verify-master |
@seanmalloy: The
Use
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. |
/test pull-descheduler-verify-master |
1 similar comment
/test pull-descheduler-verify-master |
@jklaw90 can you review again? |
/lgtm |
The golangci-lint tool gets stuck for a variety of reasons when running in Prow CI. Enabling verbose output in an attempt to make debugging easier.
ref: https://golangci-lint.run/contributing/debug/