Open afrittoli opened 2 years ago
/assign
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
with a justification.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen
with a justification.
/lifecycle stale
Send feedback to tektoncd/plumbing.
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
with a justification.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen
with a justification.
/lifecycle rotten
Send feedback to tektoncd/plumbing.
/lifecycle frozen
Feature request
Support all usual commands in case of tekton matrix.
Use case
Interact with Tekton pipelines that make use of matrix.
UI Example
I think the basic support would be make the
logs
command work. The current behaviour lists all tasks but the logs are only those of the first taskrun from the matrix.But in the logs:
It might be nice to highlight the matrix better in the CLI view as well, for instance by visually grouping
TaskRuns
that belong to a matrix and whichTaskRun
is associated with this tuple of inputs.