-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
TEP 0097: Add breakpoints
, breakpoints.onFailure
to debug
and extend support to PipelineRun
#5184
Comments
/assign |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/remove-lifecycle frozen |
@wuhuizuo: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@waveywaves Is it in any future roadmaps? 🌹 |
/reopen |
@vdemeester: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Feature request
Add
breakpoints
,breakpoints.onFailure
todebug
spec in TaskRuns which uses existing logic from theonFailure
option in thedebug.breakpoint
spec in the TaskRun spec. Extend this logic to support PipelineRuns as well.This will be the start development on TEP 0097 using the
debug.breakpoints
spec insteam of thedebug.breakpoint
spec to not break existing behavior. eventually deprecatedebug.breakpoint
in the TaskRun Spec.Use case
Debug PipelineRuns on Failure
The text was updated successfully, but these errors were encountered: