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.38.x] Improve DAG validation for pipelines with hundreds of tasks #5431

Commits on Sep 6, 2022

  1. Improve DAG validation for pipelines with hundreds of tasks

    DAG validation rewritten using Kahn's algorithm to find cycles in task dependencies.
    
    Original implementation, as pointed at tektoncd#5420 is a root cause of poor validation webhook performance, which fails on default timeout (10s).
    rafalbigaj authored and tekton-robot committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    cb58191 View commit details
    Browse the repository at this point in the history