-
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
Support Array
and Strings
for Matrix param validation
#5925
Comments
fixes tektoncd#5925 Signed-off-by: Andrew Bayer <[email protected]>
fixes tektoncd#5925 Signed-off-by: Andrew Bayer <[email protected]>
fixes tektoncd#5925 Signed-off-by: Andrew Bayer <[email protected]>
fixes tektoncd#5925 Signed-off-by: Andrew Bayer <[email protected]>
What is the expectation here when |
I can tell you exactly what happens, thanks to #6056 (comment) - if one of the matrix params is an empty slice, everything breaks. =) |
Yup, I thought so 🤣 while watching PR #6056, that's why raising this concern here 😄. Along with the way how we address such empty slice, its important to understand whether it's even possible for us to support it from the pipeline perspective. |
/assign |
This issue has been closed by this PR: #6516 |
/close |
@EmmaMunley: You can't close an active issue/PR unless you authored it or you are a collaborator. 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. |
Thank you @EmmaMunley! |
Opened #6602 tracking support of array results |
Hey,
Currently validation for the
matrix
alpha feature is partly done in this code:Unfortunately this doesn't yet support passing in Tekton
Arrays
as kubernetes typeString
as described here in TEP-0090For example the following is not currently supported
Err:
Is that something that is being worked on?
The text was updated successfully, but these errors were encountered: