-
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
FR: pipelineRun.spec.taskRunTemplate #5302
Comments
/assign |
taskRunTemplate should be a field of pipelineRun.spec or a field of pipeline.spec ? |
I think we'd want this to be on PipelineRun, since the use cases I mentioned (service account and compute resources) are probably things you'd want to specify for a pipelinerun rather than a Pipeline. However (I should have mentioned this in the initial issue) I think we should have a small TEP (design proposal) for this before implementing it just to make sure there are no concerns from maintainers. Is that something you'd be willing to do, with help from me? |
Of course! I would like to do it! Thanks for your help!@lbernick Maybe I should create a TEP PR in Tekton/community first? |
Thank you, that would be amazing! The instructions for creating a new TEP are here. Please let me know if you need any help with this. |
Yes! I will 😁 ! Since I'm not good at English and I need to do some in-depth research, it will take some time to create the TEP, but I'll sync the progress here. |
Thanks so much for adding the TEP @yuzp1996! are you still interested in implementing this, or should we assign someone else? Either way works! |
I am sorry! It is on me that I didn't notice the message just until a few hours ago.
Yes I am, I will assign it to me Thanks!
发自我的小米
在 Lee Bernick ***@***.***>,2022年9月7日 上午3:36写道:
Thanks so much for adding the TEP @yuzp1996<https://github.com/yuzp1996>! are you still interested in implementing this, or should we assign someone else? Either way works!
—
Reply to this email directly, view it on GitHub<#5302 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFPRBWHJG22PK7VWNVPMBQTV46MKZANCNFSM56ETZ6XA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@JeromeJu welcome! 😀 |
When should we start to implement this TEP? I remember we need to implement it in V1. When will V1 be released? I can not find that in the roadmap. |
We already have v1 Go structs here. Before we release v1, we need to move serviceAccountName and podTemplate to pipelineRun.spec.TaskRunTemplate in this folder. After releasing v1, we can implement the rest of the TaskRunTemplate fields. |
Ok! I am worried I will not be able to start to implement it immediatly because I will be a little busy for my work in the next few weeks. Look like @JeromeJu is fine to do it. Maybe you can start to implement it now. I can just help review the PR if possiable! Thanks! |
Sounds good. Thank you for the excellent collaboration on the TEP work. |
TODO: implement the rest of the fields after v1 release |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/remove-lifecycle stale #5579 unblocks this |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
How about support |
Thanks @wuhuizuo, could you give an example of what you'd like to exist? I'm curious why |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. 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. |
Feature request
We already have pipelineRun.spec.taskRunSpecs, but it might be nice to be able to specify a TaskRun configuration that applies to every TaskRun in the PipelineRun by default. An analogous feature is task.spec.stepTemplate.
Example use cases
The text was updated successfully, but these errors were encountered: