-
Notifications
You must be signed in to change notification settings - Fork 1.8k
TEP-0142: Introduce StepAction referencing syntax in Steps #7284
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
Conversation
|
The following is the coverage report on the affected files.
|
|
The following is the coverage report on the affected files.
|
10922cc to
94d2fd7
Compare
|
The following is the coverage report on the affected files.
|
|
The following is the coverage report on the affected files.
|
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.
Thanks Chitrang, left some small comments
7a11438 to
d41efa8
Compare
Thanks Quan! PTAL, I implemented them. |
|
The following is the coverage report on the affected files.
|
|
The following is the coverage report on the affected files.
|
|
The following is the coverage report on the affected files.
|
|
/retest |
d41efa8 to
bdf455d
Compare
|
The following is the coverage report on the affected files.
|
|
The following is the coverage report on the affected files.
|
bdf455d to
782a8ab
Compare
|
The following is the coverage report on the affected files.
|
|
The following is the coverage report on the affected files.
|
|
@tektoncd/core-maintainers please take a look 🙏🏾 |
This PR adds the referencing syntax for `StepActions` in `Stpes`. It also adds the necessary conversion between `v1beta1` and `v1` and the necessary validation.
782a8ab to
f96950d
Compare
|
The following is the coverage report on the affected files.
|
|
The following is the coverage report on the affected files.
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jerop, QuanZhang-William, Yongxuanzhang 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 |
|
thank you for breaking down this work @chitrangpatel 🙏🏾 /lgtm adding this note as suggested in tektoncd/community#1097 (comment): sought more input here and on slack but haven't received any yet, we already have 3 approvals and this is specific change was discussed in a TEP plus it can be easily changed if needed (alpha), so merging to unblock progress for this series of pull requests targeting v0.54 |
This PR adds the referencing syntax for
StepActionsinStpes. It also adds the necessary conversion betweenv1beta1andv1and the necessary validation. The actual resolution of the referencedStepActionwill be implemented in a followup PR.This is the third item on the implementation Issue #7259
Changes
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes
/kind feature