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 pipelinerun resolution to clarify status #3360

Merged
merged 1 commit into from
Oct 12, 2020

Commits on Oct 9, 2020

  1. Refactor pipelinerun resolution to clarify status

    Refactoring the resolution, which includes:
    - removing ambiguity on what `Done` means; it had different meanings in
    different functions i.e. sometimes it meant that (1) the status is not
    unknown, (2) the status is successful or failure, and (3) the status is
    successful or failure or skipped -- updated so that it's consistently that
    the status is successful or failure or skipped
    - simplifying the function that checks if a pipelinetask is successful
    jerop committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    ceaf9d9 View commit details
    Browse the repository at this point in the history