opendevstack / ods-pipeline

Alternative ODS CI/CD pipeline based on Tekton / OpenShift Pipelines
Apache License 2.0
13 stars 5 forks source link

Moving to PipelineRuns with inline pipeline spec #573

Closed michaelsauter closed 2 years ago

michaelsauter commented 2 years ago

The current design starts pipeline runs referencing a pipeline. It would also be possible to not maintain pipeline resources at all and only deal with PipelineRuns with an inlined spec. For now this issue only exists to document this idea, without the plan for any immediate action.

Downside:

Advantages:

michaelsauter commented 2 years ago

Decided today with @kuebler and @henrjk that we will proceed with this.