Skip to content

Acquire before asking for build

Kamil Trzcińśki requested to merge acquire-before-asking-for-build into master

This introduces a three fixes:

  • Acquire runner context before build, instead of locking main queue,
  • Give back the runner to main queue, making it faster for the worker threads to pick new builds,
  • Execute docker-machine ls only once at time if more than one goroutine asks for it.

Merge request reports