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

refactor GetPipelineConditionStatus - drop unexported function isdagstopped #2869

Merged
merged 1 commit into from
Jun 30, 2020

Commits on Jun 29, 2020

  1. refactor GetPipelineConditionStatus

    Adding an attribute to PipelineRunState to tell whether a PipelineTask
    will not be run because (1) its condition checks failed or (2) one of
    the parents conditions failed or (3) pipeline is in stopping state
    
    Instead of explicitly checking (3) in GetPipelineConditionStatus, moved this
    check to the IsSkipped function which is used by both the scheduler and
    while determining pipeline status.
    pritidesai committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    2f8539c View commit details
    Browse the repository at this point in the history