New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 666802 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Nov 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

[Findit] Update compile.py to use higher number of parallel jobs for Findit trybots

Project Member Reported by lijeffrey@chromium.org, Nov 18 2016

Issue description

By default, linux compile jobs run with 50 parallel ninja jobs, proportional to the number of processors available on the machine. Since Findit uses trybots with more cores (32 as opposed to 8 on linux), a higher value can be used.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Nov 21 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/f33bbbd7b7f71ef15a38f9c85d70d47b8358d151

commit f33bbbd7b7f71ef15a38f9c85d70d47b8358d151
Author: lijeffrey <lijeffrey@chromium.org>
Date: Mon Nov 21 20:45:01 2016

Adding Findit high-end trybots to machines that can use higher -j value for compile

Findit has dedicated buildslaves spec'ed higher than normal (32 cores as opposed to 8), namely:

slave799-c4
slave873-c4
slave874-c4
slave875-c4
slave876-c4
slave877-c4

Because these bots have higher cpu counts, they can take advantage of an increased number of parallel tasks instead of the default 50.

BUG= 666802 

Review-Url: https://codereview.chromium.org/2513063002

[modify] https://crrev.com/f33bbbd7b7f71ef15a38f9c85d70d47b8358d151/scripts/slave/compile.py

Status: Fixed (was: Started)

Sign in to add a comment