Alan Greene

Results 353 comments of Alan Greene

If I'm understanding correctly, in terms of validation, for the use case debscribed the values in the array would each be validated against the allowed values specified by the enum....

The Dashboard also uses the reason values in a number of places, so changes to these would be considered a breaking change. See response to similar question on another issue...

It depends on whether this information is only intended for user consumption or if it's also intended to be used by clients / automation. If it's intended for clients I...

@pritidesai Should we also make `matrix.include[].name` available in the same way? i.e. in status.childReferences. This would avoid the need for clients to try matching the TaskRuns back to the definition...

This is expected and is the default behaviour of the affinity assistant. It provides node affinity for TaskRun pods that share a workspace volume. This behaviour can be modified /...

There are a number of ways you could achieve this today depending on your specific needs. Here are some examples. You can [guard `Task` execution using `when` expressions](https://tekton.dev/docs/pipelines/pipelines/#guard-task-execution-using-when-expressions), and use...

You can find details of the TEP process for proposing new features at https://github.com/tektoncd/community/blob/main/process/README.md#proposing-features You can also join us on Slack: https://github.com/tektoncd/community/blob/main/contact.md#slack Posting in the #pipeline channel could be a...

@tektoncd/triggers-maintainers Should the [getting-started doc in the Triggers repo](https://github.com/tektoncd/triggers/tree/main/docs/getting-started) be removed? It looks like the content of the readme hasn't been updated in 2 years. The Triggers getting started guide...

Default param values can be set in the TriggerTemplate. These are used in a number of cases including when the TriggerBinding is unable to provide a value. See the docs...

Thanks for reporting this @dancer1325 tektoncd/triggers would be the right place for this, @dibyom can you transfer the issue please?