Skip to content

Add support for storing CustomRuns#1320

Open
enarha wants to merge 1 commit into
tektoncd:mainfrom
enarha:add-support-customrun
Open

Add support for storing CustomRuns#1320
enarha wants to merge 1 commit into
tektoncd:mainfrom
enarha:add-support-customrun

Conversation

@enarha
Copy link
Copy Markdown
Contributor

@enarha enarha commented May 3, 2026

Changes

Add support for CustomRuns, both individial and as part of PipelineRun. Very similar to support for TaskRuns, but without the logs functionality. CustomRuns are not running in a pod, instead they are executed by a controller, so there is no log for a CustomRun.

Closes: #1116 #162

/kind feature

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you review them:

  • Has Docs included if any changes are user facing
  • Has Tests included if any functionality added or changed
  • Tested your changes locally (if this is a code change)
  • Follows the commit message standard
  • Meets the Tekton contributor standards (including functionality, content, code)
  • Has a kind label. You can add a comment on this PR that contains /kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tep
  • Release notes block below has been updated with any user-facing changes (API changes, bug fixes, changes requiring upgrade notices or deprecation warnings)
  • Release notes contain the string "action required" if the change requires additional action from users switching to the new release

Release Notes

@tekton-robot tekton-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/feature Categorizes issue or PR as related to a new feature. labels May 3, 2026
@tekton-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please ask for approval from enarha after the PR has been reviewed.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot requested review from divyansh42 and khrm May 3, 2026 15:31
@tekton-robot tekton-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label May 3, 2026
@enarha enarha force-pushed the add-support-customrun branch 2 times, most recently from 39a89a3 to fe5c263 Compare May 3, 2026 16:14
Add support for CustomRuns, both individial and as part of PipelineRun.
Very similar to support for TaskRuns, but without the logs
functionality. CustomRuns are not running in a pod, instead they are
executed by a controller, so there is no log for a CustomRun.

Assisted-by: Claude Code
@enarha enarha force-pushed the add-support-customrun branch from fe5c263 to 9090037 Compare May 3, 2026 16:22
@thomascube
Copy link
Copy Markdown
Contributor

Nice work!

@khrm @vdemeester is this something you can agree on? Having this feature would very much improve the Tekton integration in our company.

@vdemeester vdemeester self-assigned this May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/feature Categorizes issue or PR as related to a new feature. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Store CustomRun resources

4 participants