| Index: scripts/slave/recipes/bisect.expected/broken_good_revision_test.json
|
| diff --git a/scripts/slave/recipes/bisect.expected/broken_good_revision_test.json b/scripts/slave/recipes/bisect.expected/broken_good_revision_test.json
|
| index 584450fa59a548f5cf8c2b9624677c678eb7232e..1dff5279a5d6acc06dfd387e086dd75b373aa91c 100644
|
| --- a/scripts/slave/recipes/bisect.expected/broken_good_revision_test.json
|
| +++ b/scripts/slave/recipes/bisect.expected/broken_good_revision_test.json
|
| @@ -166,6 +166,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"
|
| ],
|
|
|