| 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 "--gsutil-py-path", | 269 "--gsutil-py-path", |
| 270 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 270 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 271 "--ninja-path", | 271 "--ninja-path", |
| 272 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 272 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 273 "--target", | 273 "--target", |
| 274 "Debug", | 274 "Debug", |
| 275 "--src-dir", | 275 "--src-dir", |
| 276 "[SLAVE_BUILD]\\v8", | 276 "[SLAVE_BUILD]\\v8", |
| 277 "--goma-cache-dir", | 277 "--goma-cache-dir", |
| 278 "[GOMA_CACHE]", | 278 "[GOMA_CACHE]", |
| 279 "--build-tool", | |
| 280 "ninja", | |
| 281 "--compiler", | 279 "--compiler", |
| 282 "goma", | 280 "goma", |
| 283 "--goma-jsonstatus", | 281 "--goma-jsonstatus", |
| 284 "/path/to/tmp/json", | 282 "/path/to/tmp/json", |
| 285 "--goma-service-account-json-file", | 283 "--goma-service-account-json-file", |
| 286 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 284 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 287 "--goma-dir", | 285 "--goma-dir", |
| 288 "[CACHE]\\cipd\\goma", | 286 "[CACHE]\\cipd\\goma", |
| 289 "--goma-fail-fast", | 287 "--goma-fail-fast", |
| 290 "--goma-disable-local-fallback", | 288 "--goma-disable-local-fallback", |
| 291 "--" | 289 "--" |
| 292 ], | 290 ], |
| 293 "env": { | 291 "env": { |
| 294 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 295 }, | 293 }, |
| 296 "name": "compile", | 294 "name": "compile", |
| 297 "~followup_annotations": [ | 295 "~followup_annotations": [ |
| 298 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 296 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 299 "@@@STEP_LOG_END@json.output (invalid)@@@" | 297 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 300 ] | 298 ] |
| 301 }, | 299 }, |
| 302 { | 300 { |
| 303 "name": "$result", | 301 "name": "$result", |
| 304 "recipe_result": null, | 302 "recipe_result": null, |
| 305 "status_code": 0 | 303 "status_code": 0 |
| 306 } | 304 } |
| 307 ] | 305 ] |
| OLD | NEW |