MicroShift - set golangci-lint explicitly#38194
MicroShift - set golangci-lint explicitly#38194openshift-merge-robot merged 4 commits intoopenshift:masterfrom
Conversation
|
@copejon: the
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse |
|
/test verify |
|
@copejon: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
DetailsIn 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/test-infra repository. |
|
/pj-rehearse |
2 similar comments
|
/pj-rehearse |
|
/pj-rehearse |
0710929 to
6b323c1
Compare
|
/pj-rehearse pull-ci-openshift-microshift-main-verify-go |
6b323c1 to
8bff86e
Compare
|
/pj-rehearse pull-ci-openshift-microshift-main-verify |
pacevedom
left a comment
There was a problem hiding this comment.
/lgtm
/hold
Holding in case you want to check the resources, I am good to look into it in a different PR.
| cpu: 100m | ||
| memory: 200Mi |
There was a problem hiding this comment.
My only nit, is this enough for good scheduling? We can always check after a few executions to adjust.
There was a problem hiding this comment.
It's the same as the global values we set for all tests, so it's probably fine. For whatever reason, steps under the test stanza don't inherit the global request values, according to the linter anyway.
There was a problem hiding this comment.
We can check after a few executions then, feel free to remove the hold!
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: copejon, pacevedom The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/unhold |
|
/pj-rehearse ack |
|
/pj-rehearse |
|
/test config |
|
@copejon: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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/test-infra repository. I understand the commands that are listed here. |
|
@copejon: Updated the following 2 configmaps:
DetailsIn 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/test-infra repository. |
Golangci-lint cannot access the default directory to create the .cache subdir because the home dir does not exist. Specify the cache dir under /tmp to workaround this.
Unblocks openshift/microshift#1605