-
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
TEP-119 - Add TaskRun Template in v1 PipelineRun #5491
Conversation
15b3dc6
to
925820c
Compare
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.
can you please also update the v1beta1 -> v1 migration doc?
I'd rather not-- PRs should be self contained and have all the code + docs related to a single change. If you add those docs to your other PR but keep the code changes in this one, when that PR is merged the docs will not match the code. |
cb6e5bb
to
91a2d74
Compare
The following is the coverage report on the affected files.
|
91a2d74
to
7ef1b57
Compare
The following is the coverage report on the affected files.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lbernick 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 |
I am not sure I understand why "after" ? |
7ef1b57
to
93445b9
Compare
Thanks @vdemeester for the comment. My take is that |
The following is the coverage report on the affected files.
|
Yes. The distinction here is that we don't have a great way to support the planned new fields |
This commit adds the TaskRunTemplate in v1 PipelineRun Spec. It moves the serviceAccountName and podTemplate from PipelineRun Spec. The rest of the TaskRunTemplate fields are to be implemented after releasing v1.
ca2aec9
to
35c98ae
Compare
The following is the coverage report on the affected files.
|
/lgtm |
Changes
This commit adds the TaskRunTemplate in v1 PipelineRun Spec. It moves
the serviceAccountName and podTemplate from PipelineRun Spec. The rest
of the TaskRunTemplate fields are to be implemented after releasing v1.
part of #5302
Implementing TEP-119
/kind feature
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes