Skip to content
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

[release-v0.59.x] Refine check if the result is from a matrix task #8168

Commits on Jul 31, 2024

  1. Refine check if the result is from a matrix task

    Given a matrix run of a TaskRun with cardinality of 1, the result from
    it will not be converted to an array but kept as a string, i.e. as if
    the TaskRun was not configured to run with matrix.
    
    This causes issues for consumers of the TaskRun's results as they will
    be configured to consume array results. As a result making the passed
    value equal to expression value instead.
    
    Resolves: tektoncd#8157
    zregvart authored and tekton-robot committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    6d684d6 View commit details
    Browse the repository at this point in the history