-
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: Object variable replacement on Pipeline/PipelineRun level #5007
TEP-0075: Object variable replacement on Pipeline/PipelineRun level #5007
Conversation
The following is the coverage report on the affected files.
|
43790b9
to
9c5d462
Compare
The following is the coverage report on the affected files.
|
9c5d462
to
c8e342a
Compare
The following is the coverage report on the affected files.
|
c8e342a
to
4ceb2d8
Compare
The following is the coverage report on the affected files.
|
/test pull-tekton-pipeline-alpha-integration-tests |
/test pull-tekton-pipeline-alpha-integration-tests |
@chuangw6: GitHub didn't allow me to assign the following users: ywluogg. 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 @ywluogg |
4ceb2d8
to
6d29aeb
Compare
8143e5c
to
33f8023
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
link back to #4723 |
/lgtm |
return | ||
} | ||
|
||
// trim the head "$(" and the tail ")" or "[*])" |
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.
the comments are helpful :)
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dibyom, ywluogg 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 tekton-pipeline-unit-tests |
/retest |
/retest pull-pipeline-kind-k8s-v1-21-e2e |
/test pull-pipeline-kind-k8s-v1-21-e2e |
/retest |
The following is the coverage report on the affected files.
|
/retest |
1 similar comment
/retest |
The following is the coverage report on the affected files.
|
/retest |
1 similar comment
/retest |
/test pull-tekton-pipeline-unit-tests |
/test pull-tekton-pipeline-build-tests |
/test pull-tekton-pipeline-unit-tests |
/retest |
Ran into this log statement when running tests - it was introduced in tektoncd#5007 when debugging TEP-0075 I believe. This change is cleaning up the log statement.
Ran into this log statement when running tests - it was introduced in #5007 when debugging TEP-0075 I believe. This change is cleaning up the log statement.
Changes
Replace the following references with actual value
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