-
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 Beta #5265
Comments
/lifecycle frozen |
/assign |
We do not have any use case right now for Excluding combinations in a matrix so this will be excluded #5268 We are waiting to see if there are any use cases right now for consuming results from a matrix. See #5266 cc: @jerop @pritidesai |
@lbernick a humble request to not add something which is not proven as a blocker for this promotion. |
Adding a recently discovered bug which has to be fixed before the promotion. A |
Matrix is was introduced in Tekton Pipelines 0.38. We have introduced a lot of testing around matrix feature including unit/e2e/integration tests. Matrix unblocks variety of use cases for systems migrating from travis/jenkins. This is a very crucial feature for many end-users while allowing to maintain clean, concise, and flexible catalog of pipelines. Part of tektoncd#5265 and tektoncd#6110 Signed-off-by: Priti Desai <[email protected]>
Matrix was introduced in Tekton Pipelines 0.38. We have introduced a lot of testing around matrix feature including unit/e2e/integration tests. Matrix unblocks variety of use cases for systems migrating from travis/jenkins. This is a very crucial feature for many end-users while allowing to maintain clean, concise, and flexible catalog of pipelines. Part of tektoncd#5265 and tektoncd#6110 Signed-off-by: Priti Desai <[email protected]>
Matrix was introduced in Tekton Pipelines 0.38. We have introduced a lot of testing around matrix feature including unit/e2e/integration tests. Matrix unblocks variety of use cases for systems migrating from travis/jenkins. This is a very crucial feature for many end-users while allowing to maintain clean, concise, and flexible catalog of pipelines. Part of tektoncd#5265 and tektoncd#6110 Signed-off-by: Priti Desai <[email protected]>
Matrix was introduced in Tekton Pipelines 0.38. We have introduced a lot of testing around matrix feature including unit/e2e/integration tests. Matrix unblocks variety of use cases for systems migrating from travis/jenkins. This is a very crucial feature for many end-users while allowing to maintain clean, concise, and flexible catalog of pipelines. Part of tektoncd#5265 and tektoncd#6110 Signed-off-by: Priti Desai <[email protected]>
Matrix was introduced in Tekton Pipelines 0.38. We have introduced a lot of testing around matrix feature including unit/e2e/integration tests. Matrix unblocks variety of use cases for systems migrating from travis/jenkins. This is a very crucial feature for many end-users while allowing to maintain clean, concise, and flexible catalog of pipelines. Part of tektoncd#5265 and tektoncd#6110 Signed-off-by: Priti Desai <[email protected]>
Matrix was introduced in Tekton Pipelines 0.38. We have introduced a lot of testing around matrix feature including unit/e2e/integration tests. Matrix unblocks variety of use cases for systems migrating from travis/jenkins. This is a very crucial feature for many end-users while allowing to maintain clean, concise, and flexible catalog of pipelines. Part of tektoncd#5265 and tektoncd#6110 Signed-off-by: Priti Desai <[email protected]>
Matrix was introduced in Tekton Pipelines 0.38. We have introduced a lot of testing around matrix feature including unit/e2e/integration tests. Matrix unblocks variety of use cases for systems migrating from travis/jenkins. This is a very crucial feature for many end-users while allowing to maintain clean, concise, and flexible catalog of pipelines. Part of tektoncd#5265 and tektoncd#6110 Signed-off-by: Priti Desai <[email protected]>
Matrix was introduced in Tekton Pipelines 0.38. We have introduced a lot of testing around matrix feature including unit/e2e/integration tests. Matrix unblocks variety of use cases for systems migrating from travis/jenkins. This is a very crucial feature for many end-users while allowing to maintain clean, concise, and flexible catalog of pipelines. Part of #5265 and #6110 Signed-off-by: Priti Desai <[email protected]>
In TEP-0090: Matrix, we introduced
Matrix
to support fanning out aPipelineTask
with different combinations ofParameters
.This is an overarching issue to track feature requests and work we need to do before promoting
Matrix
to beta.Array
andStrings
for Matrix param validation #5925Results
inMatrix
#6602Results
fromPipelineTasks
fanned out in aMatrix
#5266Parameters
in aMatrix
#5267InvalidMatrixParameterTypes
for param which is not part ofmatrix
#7070Optional, can be explored in the future if there are use cases:
Parameters
from aMatrix
#5268The text was updated successfully, but these errors were encountered: