-
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
matrix with array results indexing #6077
matrix with array results indexing #6077
Conversation
While an array cannot be feed into matrix param directly using the start notation, it is possible to index into an array results. Updating an existing example to include that usuage. Signed-off-by: pritidesai <pdesai@us.ibm.com>
I mentioned as a comment in one of the PRs that array indexing is not yet supported in matrix - see #6055 (comment) I will take it back, this PR does showcase indexing into an array is permitted as a matrix param. But referencing the whole array is not yet supported. /cc @jerop |
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 @pritidesai!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jerop 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 |
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.
Nice, thank you @pritidesai
/lgtm
/retest |
Changes
While an array cannot be feed into matrix param directly using the start notation, it is possible to index into an array results. Updating an existing example to showcase that usage. I will update the doc in a follow up PR.
Signed-off-by: pritidesai pdesai@us.ibm.com
/kind misc
Submitter 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