OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "name": "taskkill" | 8 "name": "taskkill" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
284 "--gsutil-py-path", | 284 "--gsutil-py-path", |
285 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 285 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
286 "--ninja-path", | 286 "--ninja-path", |
287 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 287 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
288 "--target", | 288 "--target", |
289 "Release", | 289 "Release", |
290 "--src-dir", | 290 "--src-dir", |
291 "[SLAVE_BUILD]\\v8", | 291 "[SLAVE_BUILD]\\v8", |
292 "--goma-cache-dir", | 292 "--goma-cache-dir", |
293 "[GOMA_CACHE]", | 293 "[GOMA_CACHE]", |
294 "--build-tool", | |
295 "ninja", | |
296 "--compiler", | 294 "--compiler", |
297 "goma", | 295 "goma", |
298 "--goma-jsonstatus", | 296 "--goma-jsonstatus", |
299 "/path/to/tmp/json", | 297 "/path/to/tmp/json", |
300 "--goma-service-account-json-file", | 298 "--goma-service-account-json-file", |
301 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 299 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
302 "--goma-dir", | 300 "--goma-dir", |
303 "[CACHE]\\cipd\\goma", | 301 "[CACHE]\\cipd\\goma", |
304 "--" | 302 "--" |
305 ], | 303 ], |
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
612 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 610 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
613 "@@@STEP_LOG_END@durations@@@" | 611 "@@@STEP_LOG_END@durations@@@" |
614 ] | 612 ] |
615 }, | 613 }, |
616 { | 614 { |
617 "name": "$result", | 615 "name": "$result", |
618 "recipe_result": null, | 616 "recipe_result": null, |
619 "status_code": 0 | 617 "status_code": 0 |
620 } | 618 } |
621 ] | 619 ] |
OLD | NEW |