| Index: scripts/slave/recipes/chromium_trybot.expected/analyze_webkit.json
|
| diff --git a/scripts/slave/recipes/chromium_trybot.expected/analyze_webkit.json b/scripts/slave/recipes/chromium_trybot.expected/analyze_webkit.json
|
| index 30724a5c81447aaac1217979e3bb3e857e6cf06e..8c5f9f9bbc323e3142d26a6952bbb09a8d31445e 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.expected/analyze_webkit.json
|
| +++ b/scripts/slave/recipes/chromium_trybot.expected/analyze_webkit.json
|
| @@ -179,6 +179,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",
|
| "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
|
| "--version"
|
| ],
|
|
|