-
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
Propagating object params #5371
Propagating object params #5371
Conversation
/kind feature |
/kind feature |
@chitrangpatel: GitHub didn't allow me to assign the following users: chuangw6. Note that only tektoncd members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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. |
/assign @chuangw6 |
@chitrangpatel: GitHub didn't allow me to assign the following users: chuangw6. Note that only tektoncd members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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. |
@chuangw6 Please take a look when you can |
The following is the coverage report on the affected files.
|
I will work on getting the coverage to its original value/better tomorrow |
92b77af
to
ad3248f
Compare
The following is the coverage report on the affected files.
|
ad3248f
to
11faa73
Compare
The following is the coverage report on the affected files.
|
11faa73
to
d76d494
Compare
The following is the coverage report on the affected files.
|
/retest |
d76d494
to
2525057
Compare
The following is the coverage report on the affected files.
|
2525057
to
de2beb9
Compare
The following is the coverage report on the affected files.
|
41ce0c1
to
ab1440d
Compare
The following is the coverage report on the affected files.
|
ab1440d
to
1097732
Compare
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.
could you please examples with propagated object params to the docs? existing examples only show propagated string params and it'd be helpful to make it clear that propagated object params are supported too
/test check-pr-has-kind-label |
@jerop: The specified target(s) for
The following commands are available to trigger optional jobs:
Use 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. |
1097732
to
3440e84
Compare
The following is the coverage report on the affected files.
|
/hold until #5427 is resolved |
/hold cancel |
3440e84
to
d23e8d6
Compare
Prior to this, object parameters were not being propagated to the spec during resolution. After following the same logic as that for propagating parameters, we can not also propagate object params.
d23e8d6
to
c126ca2
Compare
The following is the coverage report on the affected files.
|
[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 |
/test check-pr-has-kind-label |
@vdemeester: The specified target(s) for
The following commands are available to trigger optional jobs:
Use 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. |
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 @chitrangpatel!
Changes
Prior to this, object parameters were not being propagated down the spec during resolution.
After following the same logic applied for propagating parameters in PRs #5291 and #5143, we can not also propagate object params. This PR address issue #5140
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