pipeline icon indicating copy to clipboard operation
pipeline copied to clipboard

Feature request: PipelineRun.Spec.CustomRunSpecs

Open lbernick opened this issue 2 years ago • 0 comments

Feature request

Right now, some fields from pipelineRun.spec.taskRunSpecs are passed to custom runs created by the PipelineRun. Not all fields in taskRunSpecs make sense for Runs, so it might be worth creating a field pipelineRun.spec.customRunSpecs (and potentially pipelineRun.spec.customRunTemplate) to pass configuration to child customRuns. We can use this issue to discuss whether this makes sense, and if so, what fields should be present.

Use case

No concrete use cases right now-- the main one is serviceAccountName (since podTemplate will be removed from custom run spec).

lbernick avatar Sep 07 '22 14:09 lbernick