| Index: scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_Linux___beta_branch.json
|
| diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_Linux___beta_branch.json b/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_Linux___beta_branch.json
|
| index a5c9825c57df671d6b2e724b7ce1fbad2e8c2879..1027428cebc1ab77a0662ff17c718af78be9924e 100644
|
| --- a/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_Linux___beta_branch.json
|
| +++ b/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_Linux___beta_branch.json
|
| @@ -119,6 +119,22 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| + "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10)\n"
|
| + ],
|
| + "name": "ensure_goma.get the number of cpus",
|
| + "stdout": "/path/to/tmp/",
|
| + "~followup_annotations": [
|
| + "@@@STEP_NEST_LEVEL@1@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count() * 10)@@@",
|
| + "@@@STEP_LOG_END@python.inline@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| "runhooks"
|
| ],
|
|
|