-
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: Implement object var replacement on task&taskrun level #4904
Conversation
The following is the coverage report on the affected files.
|
/retest |
/test pull-tekton-pipeline-integration-tests |
1 similar comment
/test pull-tekton-pipeline-integration-tests |
/assign @ywluogg |
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.
Mostly LGTM
bb88540
to
1d9bcd0
Compare
The following is the coverage report on the affected files.
|
1d9bcd0
to
bd10c40
Compare
/assign @lbernick |
The following is the coverage report on the affected files.
|
bd10c40
to
941925f
Compare
The following is the coverage report on the affected files.
|
/approve |
/test pull-tekton-pipeline-alpha-integration-tests |
The following is the coverage report on the affected files.
|
/test pull-tekton-pipeline-integration-tests |
1 similar comment
/test pull-tekton-pipeline-integration-tests |
Looks like the integration tests are timing out: /test pull-tekton-pipeline-integration-tests |
/lgtm |
a29e30e
to
67f954b
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lbernick, 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 |
67f954b
to
fb6e796
Compare
Implement variable replacement for object's individual attributes on task&taskrun level. [According to TEP-0075, when providing values for strings, Task and Pipeline authors can access individual attributes of an object param; they cannot access the object as whole.]
fb6e796
to
bf050f7
Compare
The following is the coverage report on the affected files.
|
/kind feature |
The following is the coverage report on the affected files.
|
/test pull-tekton-pipeline-integration-tests |
/lgtm |
Changes
Implement variable replacement for object's individual attributes
on task&taskrun level.
[According to TEP-0075, when providing values for strings, Task and
Pipeline authors can access individual attributes of an object param;
they cannot access the object as whole.]
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