| 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\n\ntry:\n jobs = min(200, multiprocessing.cpu_c
ount() * 10)\nexcept NotImplementedError:\n jobs = 50\n\nprint jobs\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@@@@", |
| 194 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 195 "@@@STEP_LOG_LINE@python.inline@ jobs = min(200, multiprocessing.cpu_coun
t() * 10)@@@", |
| 196 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@", |
| 197 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@", |
| 198 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 199 "@@@STEP_LOG_LINE@python.inline@print jobs@@@", |
| 200 "@@@STEP_LOG_END@python.inline@@@" |
| 201 ] |
| 202 }, |
| 203 { |
| 204 "cmd": [ |
| 205 "python", |
| 206 "-u", |
| 185 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 207 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 186 "runhooks" | 208 "runhooks" |
| 187 ], | 209 ], |
| 188 "cwd": "[BUILDER_CACHE]/Mac64_Debug__GYP_/src", | 210 "cwd": "[BUILDER_CACHE]/Mac64_Debug__GYP_/src", |
| 189 "env": { | 211 "env": { |
| 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 212 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 191 "GYP_CHROMIUM_NO_ACTION": "1", | 213 "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", | 214 "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]" | 215 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 194 }, | 216 }, |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 299 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 278 "@@@STEP_LOG_END@json.output (invalid)@@@" | 300 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 279 ] | 301 ] |
| 280 }, | 302 }, |
| 281 { | 303 { |
| 282 "name": "$result", | 304 "name": "$result", |
| 283 "recipe_result": null, | 305 "recipe_result": null, |
| 284 "status_code": 0 | 306 "status_code": 0 |
| 285 } | 307 } |
| 286 ] | 308 ] |
| OLD | NEW |