| 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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 "--compiler", | 299 "--compiler", |
| 300 "goma", | 300 "goma", |
| 301 "--goma-jsonstatus", | 301 "--goma-jsonstatus", |
| 302 "/path/to/tmp/json", | 302 "/path/to/tmp/json", |
| 303 "--goma-service-account-json-file", | 303 "--goma-service-account-json-file", |
| 304 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 304 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 305 "--goma-dir", | 305 "--goma-dir", |
| 306 "[CACHE]\\cipd\\goma", | 306 "[CACHE]\\cipd\\goma", |
| 307 "--goma-hermetic", | 307 "--goma-hermetic", |
| 308 "error", | 308 "error", |
| 309 "--goma-enable-compiler-info-cache", | |
| 310 "--", | 309 "--", |
| 311 "base_unittests", | 310 "base_unittests", |
| 312 "chromium_builder_tests", | 311 "chromium_builder_tests", |
| 313 "content_unittests" | 312 "content_unittests" |
| 314 ], | 313 ], |
| 315 "env": { | 314 "env": { |
| 316 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 315 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 317 }, | 316 }, |
| 318 "name": "compile", | 317 "name": "compile", |
| 319 "~followup_annotations": [ | 318 "~followup_annotations": [ |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 389 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 391 }, | 390 }, |
| 392 "name": "process_dumps" | 391 "name": "process_dumps" |
| 393 }, | 392 }, |
| 394 { | 393 { |
| 395 "name": "$result", | 394 "name": "$result", |
| 396 "recipe_result": null, | 395 "recipe_result": null, |
| 397 "status_code": 0 | 396 "status_code": 0 |
| 398 } | 397 } |
| 399 ] | 398 ] |
| OLD | NEW |