-
Notifications
You must be signed in to change notification settings - Fork 222
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-0106: Support Specifying Metadata per Task in Runtime #690
Conversation
/assign |
/kind tep |
/assign |
Hi @pritidesai, was reviewing the point you mentioned for metadata precedence: Reasons:
perhaps some comments? |
This sounds good to me. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dibyom 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 |
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 generally looks good to me, but I'll wait for more folks to give it a pass first. Thanks for working on this! 👍
|
||
## Motivation | ||
|
||
The required metadata currently can be added under a `Task` entity while a user is authoring/configuring the template for a `TaskRun`. As two contexts are considered for Tetkon - the “authoring time” and “runtime”, a stretch of thinking will lead to if the metadata could be defined “dynamically” under the runtime. |
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.
The required metadata currently can be added under a `Task` entity while a user is authoring/configuring the template for a `TaskRun`. As two contexts are considered for Tetkon - the “authoring time” and “runtime”, a stretch of thinking will lead to if the metadata could be defined “dynamically” under the runtime. | |
The required metadata currently can be added under a `Task` entity while a user is authoring/configuring the template for a `TaskRun`. As two contexts are considered for Tekton - the “authoring time” and “runtime”, a stretch of thinking will lead to if the metadata could be defined “dynamically” under the runtime. |
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.
Hey @austinzhao-go before we can merge, a couple of housekeeping items:
|
We don't merge PR manually, we let "tide" merge PRs once all CI jobs are green and required labels ("approved", "lgtm") are set. Automatic squash of commits is not enabled in our tide, as in some cases one might want to have more than one commit per PR and in generally leads to a cleaner git log.
This works too, thanks @austinzhao-go. Should you be in this situation again, you can re-use the same PR and keep the context of comments and previous discussion. You can prepare your code in a dedicated local branch (a more convenient option compared to using git push <remote-of-your-fork> <local-branch-name>:<pr-branch-name> --force For this PR the |
these are much clear and helpful context and actions. thanks a lot @afrittoli! |
The Related Issue: Pipeline Issue #4105
Design Doc: Support Specifying Metadata per Task in Runtime
TODO
Re-raised PR as here:
#695