Index: scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_failed_test.json |
diff --git a/scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_failed_test.json b/scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_failed_test.json |
index d5b4590b5a5e67f2ccd5fd2421e0fbfc2376a88d..0d39a2bbce7a8cc7c90c03fbaa27112fab2120b6 100644 |
--- a/scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_failed_test.json |
+++ b/scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_failed_test.json |
@@ -195,6 +195,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" |
], |