-
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-0142: Referencing StepActions in Steps #7271
Conversation
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
@jerop I assume we also want to allow referencing via |
0cdff32
to
9ead681
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
9ead681
to
4f441bb
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
1e503bb
to
c9e4eda
Compare
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.
|
c9e4eda
to
e99e171
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
e99e171
to
dd66156
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
dd66156
to
2533c02
Compare
/hold wait for PR #7284 to get merged |
/hold cancel |
1f59118
to
ae6e32f
Compare
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.
|
@tektoncd/core-maintainers this is ready for review, ptal 🙏🏾 |
ae6e32f
to
3ba35ca
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 for the work!
This PR allows the Step to reference a StepAction CRD deployed on the cluster. This capability is gated behind a feature flag `enable-step-actions`. Remote resolution of StepActions will be implemented in a follow-up PR. This is the second item on the implementation Issue tektoncd#7259
3ba35ca
to
ce4f08d
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.
🎉
thank you @chitrangpatel
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jerop, 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 |
@tektoncd/core-maintainers @tektoncd/core-collaborators please take a look 🙏🏾 |
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
This PR allows the
Step
to reference aStepAction
CRD deployed on the cluster. This capability is gated behind a feature flagenable-step-actions
. Remote resolution ofStepActions
will be implemented in a follow-up PR.This is the fourth 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