-
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
Skipping Reason #4738
Comments
/assign |
Hi, I'm working on this issue in this PR. At this point, all the unit tests pass and after adding the
Under |
Currently, when we use the
|
@chitrangpatel - yes, showing |
/close this feature has been implemented in #4829. If we want to add this functionality to the CLI let's create an issue in that repo instead of tracking here. |
@lbernick: 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. |
Feature Request
Surface the reason why a specific
Task
in aPipeline
was skipped.Today, users only know that a
PipelineTask
was skipped, but they don't know for which exact reason. When users see aPipelineTask
has been skipped without knowing the reason, they may get confused about the behavior of thePipelineRun
e.g. #4571 and slack thread.There are many reasons why a
PipelineTask
could be skipped, including:when
expressions evaluated to falseConditions
failedResults
it was consuming was missingPipelineTasks
was skippedPipelineRun
was in stopping statePipelineRun
was gracefully cancelledPipelineRun
was gracefully stoppedUse case
As a
Pipeline
user, I need to know why certainTasks
in myPipeline
have been skipped.The text was updated successfully, but these errors were encountered: