-
Notifications
You must be signed in to change notification settings - Fork 19
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
testing: lints partial fixes #22
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @ccamacho. Thanks for your PR. I'm waiting for a openshift-psap member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
thanks @ccamacho , looks all good :)
I'll launch a test run just to be on the safe side |
/test watsonx-serving-light |
@ccamacho, not a flake this time:
|
From the CI job the cast was failing with:
|
xD Sorry didnt see this msg :) |
/test watsonx-serving-light |
something wrong happened with the (my) code parsing the GH comments :/ I'll have to turn this into Python sooner or later |
/test watsonx-serving-light |
oh, I get it now, I thought the script was catching my comment Can you launch the test, without anything else in the comment? |
/test watsonx-serving-light |
@ccamacho: Cannot trigger testing until a trusted user reviews the PR and leaves an 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/test-infra repository. |
/test watsonx-serving-light |
The ci/prow/watsonx-serving-light job Passed I will rebase this as it is ood. |
This commit resolves the following lint rules: - 'var-naming[no-reserved]' - 'var-naming[no-role-prefix]' - 'var-naming[pattern]' - 'yaml[colons]' - 'yaml[commas]' - 'yaml[comments]' - 'yaml[empty-lines]' - 'yaml[indentation]' - 'yaml[key-duplicates]' - 'yaml[line-length]' - 'yaml[octal-values]' - 'name[template]' - 'name[casing]' Partially-solves: openshift-psap#10
thanks for your help @ccamacho, merging the PR :) |
This commit resolves the following lint rules:
Partially-solves: #10