Skip to content

Commit

Permalink
Changed to use WorkspaceList.allocate instead of acquire
Browse files Browse the repository at this point in the history
Acquiring a quick lock causes parallelised builds to back up waiting for
the workspace to become available.  This is because WorkspaceList.allocate
will give executing jobs the first workspace as the given lock is a quick
lock.  Then builds will wait in WorkspaceList.acquire all trying to get
the same workspace.
  • Loading branch information
mellowplace committed May 12, 2016
1 parent 3342b0c commit 2875fc7
Showing 1 changed file with 492 additions and 492 deletions.
Loading

0 comments on commit 2875fc7

Please sign in to comment.