| 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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 "--gsutil-py-path", | 296 "--gsutil-py-path", |
| 297 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 297 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 298 "--ninja-path", | 298 "--ninja-path", |
| 299 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 299 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 300 "--target", | 300 "--target", |
| 301 "Debug_x64", | 301 "Debug_x64", |
| 302 "--src-dir", | 302 "--src-dir", |
| 303 "[SLAVE_BUILD]\\v8", | 303 "[SLAVE_BUILD]\\v8", |
| 304 "--goma-cache-dir", | 304 "--goma-cache-dir", |
| 305 "[GOMA_CACHE]", | 305 "[GOMA_CACHE]", |
| 306 "--buildbot-buildername", | |
| 307 "v8_win64_dbg", | |
| 308 "--buildbot-mastername", | |
| 309 "tryserver.v8", | |
| 310 "--buildbot-slavename", | |
| 311 "TestSlavename", | |
| 312 "--compiler", | 306 "--compiler", |
| 313 "goma", | 307 "goma", |
| 314 "--goma-jsonstatus", | 308 "--goma-jsonstatus", |
| 315 "/path/to/tmp/json", | 309 "/path/to/tmp/json", |
| 316 "--goma-service-account-json-file", | 310 "--goma-service-account-json-file", |
| 317 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 311 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 318 "--goma-dir", | 312 "--goma-dir", |
| 319 "[CACHE]\\cipd\\goma", | 313 "[CACHE]\\cipd\\goma", |
| 320 "--goma-fail-fast", | 314 "--goma-fail-fast", |
| 321 "--goma-disable-local-fallback", | 315 "--goma-disable-local-fallback", |
| (...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1068 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1062 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1069 "@@@STEP_LOG_END@durations@@@" | 1063 "@@@STEP_LOG_END@durations@@@" |
| 1070 ] | 1064 ] |
| 1071 }, | 1065 }, |
| 1072 { | 1066 { |
| 1073 "name": "$result", | 1067 "name": "$result", |
| 1074 "recipe_result": null, | 1068 "recipe_result": null, |
| 1075 "status_code": 0 | 1069 "status_code": 0 |
| 1076 } | 1070 } |
| 1077 ] | 1071 ] |
| OLD | NEW |