-
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
Passes pipelines/tasks from bundles through defaulting before execution #4117
Conversation
The following is the coverage report on the affected files.
|
/test tekton-pipeline-unit-tests |
/kind bug |
hey @sm43 please add more coverage if possible 🙏 |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
for pipeline from yaml webhook does the defaulting but for pipeline fetched from bundles, defaulting was not taking place due to which validation error use to occur at execution. This adds the defaulting for pipelines fetched from bundles. Signed-off-by: Shivam Mukhade <[email protected]>
for tasks from yaml webhook does the defaulting but for tasks fetched from bundles, defaulting was not taking place due to which validation error use to occur at execution. This adds the defaulting for tasks fetched from bundles. Signed-off-by: Shivam Mukhade <[email protected]>
bb8f42b
to
56ed957
Compare
The following is the coverage report on the affected files.
|
/retest |
/test tekton-pipeline-unit-tests |
[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 |
thanks @sm43 /lgtm |
for pipeline/tasks from yaml webhook does the defaulting but for pipeline/tasks
fetched from bundles, defaulting was not taking place due to
which validation error use to occur at execution.
This adds the defaulting for pipelines/tasks fetched from bundles.
Fixes #3874
Signed-off-by: Shivam Mukhade [email protected]
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
Release Notes