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

Workspace "from" clauses ensure task ordering #1936

Closed
wants to merge 1 commit into from
Closed

Workspace "from" clauses ensure task ordering #1936

wants to merge 1 commit into from

Commits on Feb 6, 2020

  1. Workspace "from" clauses ensure task ordering

    Workspaces allow users to wire PVCs through the tasks of their
    pipelines. Unfortunately, multiple tasks all trying to mount a PVC
    at once can result in unpleasant conflicts.
    
    To combat the situation where multiple Task pods are fighting over a PVC,
    "from" clauses have been introduced for workspaces. One task can
    explicitly declare that it will use a workspace from a previous task.
    When Tekton sees a from clause linking one task's workspace
    to another it will ensure that the sequence of those tasks is enforced.
    Scott committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    5bb5e07 View commit details
    Browse the repository at this point in the history