| 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 "--goma-jsonstatus", | 366 "--goma-jsonstatus", |
| 367 "/path/to/tmp/json", | 367 "/path/to/tmp/json", |
| 368 "--goma-service-account-json-file", | 368 "--goma-service-account-json-file", |
| 369 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 369 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 370 "--mode", | 370 "--mode", |
| 371 "official", | 371 "official", |
| 372 "--goma-dir", | 372 "--goma-dir", |
| 373 "[CACHE]\\cipd\\goma", | 373 "[CACHE]\\cipd\\goma", |
| 374 "--goma-hermetic", | 374 "--goma-hermetic", |
| 375 "error", | 375 "error", |
| 376 "--goma-enable-compiler-info-cache", | |
| 377 "--", | 376 "--", |
| 378 "all" | 377 "all" |
| 379 ], | 378 ], |
| 380 "env": { | 379 "env": { |
| 381 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 380 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 382 }, | 381 }, |
| 383 "name": "compile", | 382 "name": "compile", |
| 384 "~followup_annotations": [ | 383 "~followup_annotations": [ |
| 385 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 384 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 386 "@@@STEP_LOG_END@json.output (invalid)@@@" | 385 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 455 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 454 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 456 }, | 455 }, |
| 457 "name": "process_dumps" | 456 "name": "process_dumps" |
| 458 }, | 457 }, |
| 459 { | 458 { |
| 460 "name": "$result", | 459 "name": "$result", |
| 461 "recipe_result": null, | 460 "recipe_result": null, |
| 462 "status_code": 0 | 461 "status_code": 0 |
| 463 } | 462 } |
| 464 ] | 463 ] |
| OLD | NEW |