| 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 "@@@STEP_LOG_LINE@json.output@ }@@@", | 181 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 182 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 182 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 183 "@@@STEP_LOG_LINE@json.output@}@@@", | 183 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 184 "@@@STEP_LOG_END@json.output@@@" | 184 "@@@STEP_LOG_END@json.output@@@" |
| 185 ] | 185 ] |
| 186 }, | 186 }, |
| 187 { | 187 { |
| 188 "cmd": [ | 188 "cmd": [ |
| 189 "python", | 189 "python", |
| 190 "-u", | 190 "-u", |
| 191 "\nimport multiprocessing\n\ntry:\n jobs = min(200, multiprocessing.cpu_c
ount() * 10)\nexcept NotImplementedError:\n jobs = 50\n\nprint jobs\n" |
| 192 ], |
| 193 "name": "ensure_goma.get the number of cpus", |
| 194 "stdout": "/path/to/tmp/", |
| 195 "~followup_annotations": [ |
| 196 "@@@STEP_NEST_LEVEL@1@@@", |
| 197 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 198 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 199 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 200 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 201 "@@@STEP_LOG_LINE@python.inline@ jobs = min(200, multiprocessing.cpu_coun
t() * 10)@@@", |
| 202 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@", |
| 203 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@", |
| 204 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 205 "@@@STEP_LOG_LINE@python.inline@print jobs@@@", |
| 206 "@@@STEP_LOG_END@python.inline@@@" |
| 207 ] |
| 208 }, |
| 209 { |
| 210 "cmd": [ |
| 211 "python", |
| 212 "-u", |
| 191 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 213 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 192 "runhooks" | 214 "runhooks" |
| 193 ], | 215 ], |
| 194 "cwd": "[BUILDER_CACHE]/mac_gyp_dbg/src", | 216 "cwd": "[BUILDER_CACHE]/mac_gyp_dbg/src", |
| 195 "env": { | 217 "env": { |
| 196 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 218 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 197 "GYP_CHROMIUM_NO_ACTION": "1", | 219 "GYP_CHROMIUM_NO_ACTION": "1", |
| 198 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_a
rch=x64 use_goma=1", | 220 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_a
rch=x64 use_goma=1", |
| 199 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 221 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 200 }, | 222 }, |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 307 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 286 "@@@STEP_LOG_END@json.output (invalid)@@@" | 308 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 287 ] | 309 ] |
| 288 }, | 310 }, |
| 289 { | 311 { |
| 290 "name": "$result", | 312 "name": "$result", |
| 291 "recipe_result": null, | 313 "recipe_result": null, |
| 292 "status_code": 0 | 314 "status_code": 0 |
| 293 } | 315 } |
| 294 ] | 316 ] |
| OLD | NEW |