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

ci: evaluate terms in parallel #464

Merged
merged 4 commits into from
Jan 27, 2017
Merged

ci: evaluate terms in parallel #464

merged 4 commits into from
Jan 27, 2017

Commits on Jan 26, 2017

  1. ci: remove big term lock

    Instead, lock each term individually. This should mean a quicker
    response when rebuilding, and begins to move to parallel term
    evaluation.
    
    Signed-off-by: Thomas Leonard <thomas.leonard@docker.com>
    Thomas Leonard committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    2d66f50 View commit details
    Browse the repository at this point in the history
  2. ci: evaluate terms in parallel

    Signed-off-by: Thomas Leonard <thomas.leonard@docker.com>
    Thomas Leonard committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    ad602a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. ci: use per-branch locking for the builder cache

    Allows loading multiple branches from disk in parallel.
    
    Signed-off-by: Thomas Leonard <thomas.leonard@docker.com>
    Thomas Leonard committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    e2eadf6 View commit details
    Browse the repository at this point in the history
  2. ci: increase 9p FID limit

    Allows more outstanding 9p operations at the same time.
    
    Signed-off-by: Thomas Leonard <thomas.leonard@docker.com>
    Thomas Leonard committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    6705ffa View commit details
    Browse the repository at this point in the history