Add support for CustomRuns
@infernus01 is already working on this.
Since May 11, 2026.
- Dominant language
- Go
- Stars
- 6
- Forks
- 19
- Avg merge
- 12h 36m
- Merged PRs (30d)
- 27
Description
Feature request
CustomRuns are first class Tekton objects (https://tekton.dev/docs/pipelines/customruns/). With support for CustomRuns being added to Tekton Chains and Tekton Results, extending the pruner to support CustomRuns is a natural extension.
Use case
With CustomRuns support added to Tekton Results, users can opt in for pruning objects from the cluster after being stored. If users do not use the Tekton Results pruner, but opted to use the Tekton Pruner instead, there is no way to have the Tekton Results pruner for one object (CustomRuns), but not for other (TaskRuns, PipelineRuns), so to give the users single way to manage pruning, the Tekton Pruner must be extended to support CustomRuns.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.