-
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-0118: matrix: add matrix.params
field
#5383
Conversation
Hi @chengjoey. Thanks for your PR. I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
e550b3c
to
74a1822
Compare
/kind feature |
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.
This is not just a refactor because it's changing the API by adding a matrix.params
field -- please update the commit message, PR description, release notes and documentation to explain the new field
/ok-to-test |
The following is the coverage report on the affected files.
|
matrix.params
and matrix.include
field
hi, I have adjusted my PR description replease notes and documentation as suggested, please do some reviewing and give some advice Updated files docs/matrix.md and examples that users need to face modification |
74a1822
to
ed86c6c
Compare
The following is the coverage report on the affected files.
|
/retest |
@chengjoey just updated/clarified your release note to include "action required"-- this string is parsed by our release notes script so it can be more easily highlighted to users |
ed86c6c
to
f518990
Compare
matrix.params
and matrix.include
fieldmatrix.params
field
The following is the coverage report on the affected files.
|
f518990
to
d7391fb
Compare
The following is the coverage report on the affected files.
|
/retest |
The following is the coverage report on the affected files.
|
Thank you for your memtion, i've squashed commits into one |
dc24be8
to
1621839
Compare
The following is the coverage report on the affected files.
|
1621839
to
ee64c10
Compare
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.
@chengjoey thank you and welcome to Tekton!
/lgtm
/meow
@chengjoey would love to learn more about your interest in Matrix and ask if you have any early feedback from using it - couldn't find you on slack, please message me if you'd like to chat 😀
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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jerop, lbernick 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 |
ee64c10
to
2be6018
Compare
The following is the coverage report on the affected files.
|
would be mero than happy discuss the matrix with you😀 |
rebase and solve the conflict files |
/lgtm |
Changes
TEP-0118 proposed move the existing array of Parameters to a field -
params
- within the matrix fieldIn this change, we move the existing field -
params
- within the matrixAPI changes
params
- within the matrix : paramsTODO
add
include
filed within the matrix and implementinclude
specific combinations in the MatrixSubmitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes