Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chains support for CustomRuns #1210

Open
bennett-white opened this issue Sep 19, 2024 · 0 comments
Open

Chains support for CustomRuns #1210

bennett-white opened this issue Sep 19, 2024 · 0 comments
Labels
area/roadmap Issues that are part of the project (or organization) roadmap (usually an epic)

Comments

@bennett-white
Copy link

Not sure if this would be considered a bug or feature request.

Currently, Chains will not process on pipelines that contain CustomRuns. If this is not supported by design, I could not find any documentation on the subject. Ideally, this is either supported or documented.

The pipelines I am working with use CustomRuns to set github commit statuses. After implementing Tekton Chains, my pipelines without these CustomRuns are processed properly, but those with them produce the error Unable to get reconciled status of taskrun <customrun task name> within pipelinerun in the chains-controller.

Notes for consideration:
SLSA L2 requires isolated builds. So I do not think CustomRuns would satisfy this requirement due to logic typically running in the same pod. However, I think I could make the argument that in my use case, the CustomRun is not part of the "build pipeline".

SLSA L1, on the other hand, requires provenance and I think Chains should be able to provide that for all types of Runs.

@vdemeester vdemeester added the area/roadmap Issues that are part of the project (or organization) roadmap (usually an epic) label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/roadmap Issues that are part of the project (or organization) roadmap (usually an epic)
Projects
Status: Todo
Development

No branches or pull requests

2 participants