-
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
Update knative.dev/pkg #2721
Update knative.dev/pkg #2721
Conversation
Hi @mattmoor. 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. |
This PR cannot be merged: expecting exactly one kind/ label Available
|
3 similar comments
This PR cannot be merged: expecting exactly one kind/ label Available
|
This PR cannot be merged: expecting exactly one kind/ label Available
|
This PR cannot be merged: expecting exactly one kind/ label Available
|
/kind cleanup |
/ok-to-test |
@mattmoor: 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. |
/ok-to-test |
Does this dep update introduce any ConfigMaps or Secrets that we need to account for as part of Pipeline's RBAC? |
@sbwsg it should not |
7185486
to
40b7385
Compare
/assign @vdemeester @imjasonh |
/lgtm |
ok, this is RFAL. macOS's case insensitive filesystem caused issues with |
Fixup script and run genreocnciler for Tekton types.
/test pull-tekton-pipeline-integration-tests |
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.
/meow
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. |
[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 |
/retest |
@imjasonh This needs another LGTM 😞 |
@mattmoor Is it worth adding release notes? |
pkg/client/injection/reconciler/pipeline/v1beta1/pipelinerun/controller.go
Outdated
Show resolved
Hide resolved
Thanks for this @mattmoor ! I've been looking at the new controllers from knative/pkg, I think most of it is a good fit for Tekton, but it will take a bit of work to integrate them. So I wonder if we should only generated them once we start using them? |
For this alone, I don't think so. I am looking at picking up some of the stuff we've landed (e.g. generated reconcilers), but that's going to take some doing.
I could go either way on this. I opted for this because script changes were needed for it to work and I had to dig around to find this patch from the last time I sat down to do this (thanks to @n3wscott for the help back then). I could ofc keep the script changes and drop the |
We may want to do that, wait for 0.13 to be done / "branched out" (later this week) and add them back 👼 |
New commit with changed timestamp, starting a thread on the codegen stuff. |
@vdemeester rerunning codegen now 😇 |
Ok, should be RFAL! |
/cc @sbwsg @bobcatfish |
RFAL? |
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 for this!
Looking forward to integrated the new generated controllers in.
/lgtm
/retest |
This pulls forward the deps to 0.15
WIP until #2712 lands.