ci(coverity): scale build jobs with control group CPU quota
We currently scale the number of CPU jobs with the number of CPUs on the
host system. This is fine for a real system, but our Jenkins jobs run
within containers, which are given hard CPU quotas. Consequently, we are
running up against severe CPU throttling during static analysis.
This change ensures that we scale the number of Make jobs with the CPU
quota we have been provided, to mitigate against oversubscription.
Change-Id: I76dcfdbbebfc721af67f41d6370116c9c1126532
Signed-off-by: Chris Kay <chris.kay@arm.com>
1 file changed