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

[TEP-0135] Coschedule per (Isolated) PipelineRun e2e support #6927

Merged

Commits on Jul 26, 2023

  1. [TEP-0135] Coschedule per (isolate) PipelineRun

    Part of [tektoncd#6740]. [TEP-0135][tep-0135] introduces a feature that allows a cluster operator to ensure
    that all of a PipelineRun's pods are scheduled to the same node.
    
    This commit consumes the functions added in [tektoncd#6819] to implement end to end support of `Coschedule:PipelineRuns` where all the `PipelineRun pods` are scheduled to the same node,
    and the `Coschedule:isolate-pipelinerun` coschedule modes where only 1 PipelineRun is allowed to run in a node at the same time.
    
    /kind feature
    
    [tektoncd#6819]: tektoncd#6819
    [tektoncd#6740]: tektoncd#6740
    [tep-0135]: https://github.com/tektoncd/community/blob/main/teps/0135-coscheduling-pipelinerun-pods.md
    QuanZhang-William committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    224cba3 View commit details
    Browse the repository at this point in the history