opendevstack / ods-pipeline

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

Pruning never kicks in #557

Closed michaelsauter closed 2 years ago

michaelsauter commented 2 years ago

Pruning should start whenever a repository is triggered. However, the channel that is used to communicate this is never written to. https://github.com/opendevstack/ods-pipeline/blob/master/cmd/pipeline-manager/main.go#L163 is the only place the channel gets passed.

The tests are missing a check for this, so it wasn't discovered :(