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

[release-v0.65.x] Run finally pipeline even if task is failed at the validation #8367

Commits on Nov 5, 2024

  1. Run finally pipeline even if task is failed at the validation

    Presently if one of the task in pipeline is consuming result from the previous task
    but the previous failed to produce the result then pipeline fails without running
    the finally tasks. These changes handles tasks which got failed in the validation
    step.
    
    Signed-off-by: divyansh42 <[email protected]>
    divyansh42 authored and tekton-robot committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    bc066f5 View commit details
    Browse the repository at this point in the history
  2. Resolve review comments 1

    Signed-off-by: divyansh42 <[email protected]>
    divyansh42 authored and tekton-robot committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    5a063af View commit details
    Browse the repository at this point in the history
  3. Exit reconcilation and markfailed if finally is not present

    Signed-off-by divyansh42 <[email protected]>
    divyansh42 authored and tekton-robot committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ba49608 View commit details
    Browse the repository at this point in the history
  4. Remove permanent error and improve skip logic

    Signed-off-by: divyansh42 <[email protected]>
    divyansh42 authored and tekton-robot committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    087a29f View commit details
    Browse the repository at this point in the history