-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 StepAction support in Cluster resolver #8382
Fix StepAction support in Cluster resolver #8382
Conversation
Hi @AverageMarcus. Thanks for your PR. I'm waiting for a tektoncd 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. |
/kind bug |
The following is the coverage report on the affected files.
|
/ok-to-test |
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.
Thanks!
I'm not too familiar with this section of the codebase, but in principle it looks good to me. I think this qualifies as a feature rather than a bug - the documented support today is for task and pipeline, this adds step action, which makes sense. Would you mind updating the docs as part of this PR? https://github.com/tektoncd/pipeline/blob/main/docs/cluster-resolver.md
The following is the coverage report on the affected files.
|
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.
Oh waw, how did I miss that 😮💨 .
@afrittoli I would consider this as a bug, as it is supposed to be implemented (it's just that this part of the validation was missing 😱 )
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester 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 |
Well it matches the current docs https://github.com/tektoncd/pipeline/blob/main/docs/cluster-resolver.md... but I'm also ok to merge this and update the docs in a separate PR as long as they go out in the same release |
oh waw I missed a lot of things 🤦🏼 my PR got merged too quickly 🎃 😓 |
/retest |
I can update the docs too, give me a moment. :) |
a09aec9
to
20c479a
Compare
Signed-off-by: Marcus Noble <[email protected]>
20c479a
to
83274ef
Compare
I have updated the docs and I've also refactored the PR slightly to make the supported kinds more obvious so they can be easily updated in the future. |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
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.
Thank you!
/lgtm
/retest |
@afrittoli I think we should backport this to 0.65. The reason is that it appears in the changelog of |
Sounds good to me, feel free to change the label back if you prefer. I thought the feature label would give it more prominence in the release notes, but we can highlight it as a bug fix too |
/kind bug |
@vdemeester: new pull request created: #8387 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. |
Changes
Fix StepAction support in Cluster resolver
Fixes #8381
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes