global: calculate suitable number of jobs
authorJo-Philipp Wich <jo@mein.io>
Thu, 15 Dec 2016 16:14:32 +0000 (16:14 +0000)
committerJo-Philipp Wich <jo@mein.io>
Thu, 15 Dec 2016 16:27:52 +0000 (17:27 +0100)
commit5a1e485dd9e24c7025ff9cf00ef13c73b749614b
tree93d19af3dae6759826e79855717ffdd445e6d3f1
parenteaf8408145a72e13fbb602c172487d644ab8cfc8
global: calculate suitable number of jobs

Use the formula (n_cpus / n_builds) + 1 to calculate a suitable value for -j.

Also introduce a new general configuration option "other_builds" which is
added to n_builds. This is needed in cases where multiple build masters run
on the same machine.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
phase1/master.cfg
phase2/master.cfg