-
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
[TEP-0075]Pipeline results support object #5088
[TEP-0075]Pipeline results support object #5088
Conversation
Skipping CI for Draft Pull Request. |
/assign @ywluogg |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
Do you need to add test cases for these in https://github.com/tektoncd/pipeline/blob/main/pkg/reconciler/pipelinerun/pipelinerun_test.go? |
you mean test from |
I think testing from both places seem more robust, since apply.go will be called there, but probably it wouldn't block this PR. You can add a TODO for that |
Sure! |
The following is the coverage report on the affected files.
|
/lgtm |
ec7781d
to
529c979
Compare
The following is the coverage report on the affected files.
|
ed65d7a
to
ea323e3
Compare
The following is the coverage report on the affected files.
|
/retest |
/lgtm |
This is part of work in TEP-0075. Previous to this commit, we have added support for pipeline array results. This commit supports object results, so pipeline can emit object results as whole or emit elements of the object from tasks. Before this commit the pipeline level result only support string and array.
ea323e3
to
3b92970
Compare
The following is the coverage report on the affected files.
|
/lgtm |
/retest |
/retest pull-pipeline-kind-k8s-v1-21-e2e |
@Yongxuanzhang: The
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. |
/test pull-pipeline-kind-k8s-v1-21-e2e |
@Yongxuanzhang: 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. |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/retest |
Changes
This is part of work in TEP-0075.
Previous to this commit, we have added support for pipeline array
results. This commit supports object results, so pipeline can emit
object results as whole or emit elements of the object from tasks.
Before this commit the pipeline level result only support string and
array.
/kind feature
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
(if there are no user facing changes, use release note "NONE")
Release Notes