| Index: scripts/slave/recipe_modules/goma/example.expected/win_upload_logs.json
|
| diff --git a/scripts/slave/recipe_modules/goma/example.expected/win_upload_logs.json b/scripts/slave/recipe_modules/goma/example.expected/win_upload_logs.json
|
| index fe91c70fc8e0e9b39d0c675cc4f0fa1b1fc43c19..bf49594338bd3d68b2158c81542671966a70c769 100644
|
| --- a/scripts/slave/recipe_modules/goma/example.expected/win_upload_logs.json
|
| +++ b/scripts/slave/recipe_modules/goma/example.expected/win_upload_logs.json
|
| @@ -61,6 +61,29 @@
|
| "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": [
|
| + "echo",
|
| + "40"
|
| + ],
|
| + "name": "echo"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "[CACHE]\\cipd\\goma\\goma_ctl.py",
|
| "restart"
|
| ],
|
|
|