| Index: scripts/slave/recipes/webrtc/ios.expected/trybot.json
|
| diff --git a/scripts/slave/recipes/webrtc/ios.expected/trybot.json b/scripts/slave/recipes/webrtc/ios.expected/trybot.json
|
| index 0ba6948ed29d2e9bed45f1c34e5250d2a56c144a..0efab4b145e7268d8c3cddca6f4cf59829ffc66d 100644
|
| --- a/scripts/slave/recipes/webrtc/ios.expected/trybot.json
|
| +++ b/scripts/slave/recipes/webrtc/ios.expected/trybot.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": [
|
| "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py",
|
| "--json-file",
|
| "/path/to/tmp/json",
|
|
|