-
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
Add V1 PipelineRun Golang struct #5324
Conversation
Skipping CI for Draft Pull Request. |
e463d76
to
3a71839
Compare
Followup issue on the minimal status. #5355 |
/retest |
de8690b
to
ae9bbc7
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
bed7c17
to
99bd190
Compare
99bd190
to
f5d3d1d
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
e9f8a99
to
040fe50
Compare
040fe50
to
06f347e
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
2b050a7
to
abaf2ab
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 |
There's a file called pipeline.md.backup. Is that necessary? |
@dibyom Thanks for the review. This was generated by https://github.com/tektoncd/pipeline/blob/main/hack/update-reference-docs.sh/#L26. I can remove it if not needed but meanwhile are there anything we need to change to the shell script? |
Yeah, but it looks like the file was newly added. I think that file should be deleted by the script once its done? |
This commit adds structs and validation for v1 pipelineRun, including status, params and workspaces. Since we do not yet serve a v1 version of Pipeline CRD, this change should have no impact. This is copied from v1beta1 with the following exceptions: - omitted PiepelineResourcesBinding - deprecated PipelineRun.Timeout - decpreated PipelineRun.Spec.PipelineRef.Bundle - renamed spec.TaskRunSpecs.taskServiceAccountName to spec.TaskRunSpecs.serviceAccountName - renamed spec.taskRunSpecs.taskPodTemplate to spec.taskRunSpecs.podTemplate
abaf2ab
to
d603270
Compare
Deleted and reran |
The following is the coverage report on the affected files.
|
/retest |
2 similar comments
/retest |
/retest |
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
Changes
This commit adds structs and validation for v1 pipelineRun, including status,
params and workspaces. Since we do not yet serve a v1 version of Pipeline CRD,
this change should have no impact. This is copied from v1beta1 with the following
exceptions:
needs #5354
Part of #4987
kind /misc
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