-
Notifications
You must be signed in to change notification settings - Fork 137
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
getting rid of 'pipelien' #526
Conversation
Signed-off-by: ChaosInTheCRD <thomas.meadows@jetstack.io>
|
Hi @ChaosInTheCRD. 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. |
/ok-to-test |
@@ -50,7 +50,7 @@ const ( | |||
// when it isn't specified in configmap | |||
DefaultPipelinerunLevel = PipelinerunLevelAtPipeline | |||
// PipelinerunLevelAtPipelinerun specify that aggregation will be done at | |||
// pipelienrun level |
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.
This file is imported from https://github.com/tektoncd/pipeline - we'll need to make the change upstream and pull it in.
For this PR, you can revert this file.
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.
Fixed in pipeline tektoncd/pipeline#5382. Using same title ;)
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.
I think we still want to revert the file, right? Anything under vendor will be updated on the next module update.
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.
sure thing 🙂
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.
updated - would be good if I could get a re-review @wlynch
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: priyawadhwa 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 |
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.
/lgtm
Thanks for fixing this! I agree with Billy's comments!
@Yongxuanzhang: changing LGTM is restricted to collaborators 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. |
Signed-off-by: ChaosInTheCRD <thomas.meadows@jetstack.io>
/lgtm |
Signed-off-by: ChaosInTheCRD thomas.meadows@jetstack.io
Changes
Just found a typo in the codebase, getting rid of it.
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
Release Notes