build
build copied to clipboard
Pruning of BuildRun Objects
openshift build v1 api today has fields that allow on a per build config basis the maximum amount of builds to keep in etcd.
Tekton has an unimplemented open features for this: https://github.com/tektoncd/pipeline/issues/1334 , https://github.com/tektoncd/pipeline/issues/1302 , and those also reference the upstream alpha feature around TTL for jobs/pods
build v2 tie in to the upstream tekton solution seems the long term solution
it that takes too long, do they want to build something akin to what exists in the build v1 controller for build v2?