-
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
Move parameter validation from taskspec
to taskrunspec
when propagating parameters
#5143
Move parameter validation from taskspec
to taskrunspec
when propagating parameters
#5143
Conversation
/kind bug |
cc @chuangw6 |
The following is the coverage report on the affected files.
|
d987b78
to
8cb7c26
Compare
8cb7c26
to
6bd7552
Compare
taskspec
to taskrunspec
when propagating parameters
The following is the coverage report on the affected files.
|
taskspec
to taskrunspec
when propagating parameterstaskspec
to taskrunspec
when propagating parameters
b1b87e2
to
b82a2ab
Compare
The following is the coverage report on the affected files.
|
/retest |
b82a2ab
to
c9ed2eb
Compare
The following is the coverage report on the affected files.
|
/retest |
Thanks Chitrang! |
745925f
to
412259e
Compare
The following is the coverage report on the affected files.
|
412259e
to
658de84
Compare
The following is the coverage report on the affected files.
|
658de84
to
04f8ed4
Compare
The following is the coverage report on the affected files.
|
04f8ed4
to
3e446f0
Compare
The following is the coverage report on the affected files.
|
3e446f0
to
befdb86
Compare
The following is the coverage report on the affected files.
|
befdb86
to
4c3bebd
Compare
The following is the coverage report on the affected files.
|
…ameters Prior to this, propagating parameters only skipped webhook validation for params defined in script. As a result, when users tried to propagate params to other fields like `args` or `command`, etc. an webhook validation was raised. This PR address this issue.
4c3bebd
to
fd9f6c3
Compare
The following is the coverage report on the affected files.
|
/lgtm |
TestPipelineRunTimeout again 🙃 /retest |
Prior to this, propagating parameters only skipped webhook validation
for params defined in script. As a result, when users tried to propagate
params to other fields like
args
orcommand
, etc. an webhookvalidation was raised. This PR address issue #5141.
This PR addresses validations in
taskspec
andtaskrunspec
. The changes for validations inpipelinespec
andpipelinerunspec
will be added in a follow up PR.Changes
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