| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
| 5 "--json-file", | 5 "--json-file", |
| 6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
| 7 ], | 7 ], |
| 8 "name": "host and tools info", | 8 "name": "host and tools info", |
| 9 "~followup_annotations": [ | 9 "~followup_annotations": [ |
| 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 "@@@STEP_LOG_LINE@json.output@ }@@@", | 175 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 176 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 176 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 177 "@@@STEP_LOG_LINE@json.output@}@@@", | 177 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 178 "@@@STEP_LOG_END@json.output@@@" | 178 "@@@STEP_LOG_END@json.output@@@" |
| 179 ] | 179 ] |
| 180 }, | 180 }, |
| 181 { | 181 { |
| 182 "cmd": [ | 182 "cmd": [ |
| 183 "python", | 183 "python", |
| 184 "-u", | 184 "-u", |
| 185 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 186 ], |
| 187 "name": "ensure_goma.get the number of cpus", |
| 188 "stdout": "/path/to/tmp/", |
| 189 "~followup_annotations": [ |
| 190 "@@@STEP_NEST_LEVEL@1@@@", |
| 191 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 192 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 193 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 194 "@@@STEP_LOG_END@python.inline@@@" |
| 195 ] |
| 196 }, |
| 197 { |
| 198 "cmd": [ |
| 199 "python", |
| 200 "-u", |
| 185 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 201 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 186 "runhooks" | 202 "runhooks" |
| 187 ], | 203 ], |
| 188 "cwd": "[BUILDER_CACHE]/Mac64_Debug__GYP_/src", | 204 "cwd": "[BUILDER_CACHE]/Mac64_Debug__GYP_/src", |
| 189 "env": { | 205 "env": { |
| 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 206 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 191 "GYP_CHROMIUM_NO_ACTION": "1", | 207 "GYP_CHROMIUM_NO_ACTION": "1", |
| 192 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_
goma=1", | 208 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_
goma=1", |
| 193 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 209 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 194 }, | 210 }, |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 293 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 278 "@@@STEP_LOG_END@json.output (invalid)@@@" | 294 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 279 ] | 295 ] |
| 280 }, | 296 }, |
| 281 { | 297 { |
| 282 "name": "$result", | 298 "name": "$result", |
| 283 "recipe_result": null, | 299 "recipe_result": null, |
| 284 "status_code": 0 | 300 "status_code": 0 |
| 285 } | 301 } |
| 286 ] | 302 ] |
| OLD | NEW |