Throttle Docker Builds to 1 Per-Node 63/43063/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 25 Sep 2017 21:23:13 +0000 (14:23 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 25 Sep 2017 21:23:13 +0000 (14:23 -0700)
commit103ace655789ae022453b0a15d7ecbe802ad83a1
tree9927483a3f50c9f09027bc96a834547dd3b4bbae
parent77b9e3e5787e39fd44a9dcfb73e128e02a32d4e6
Throttle Docker Builds to 1 Per-Node

Docker builds are currently timing out when multiple builds are running
on the same node. Builds start in parallel but Docker only allows one
to run at a time. By throttling builds to 1 per-node Docker builds will
run sequentially, as they are currently, but not timeout.

JIRA: RELENG-315

Change-Id: Ib64252f9449cccdc35856debafd3bcb8796f1100
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
jjb/releng/opnfv-docker-arm.yml
jjb/releng/opnfv-docker.yml