| 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 "--goma-jsonstatus", | 320 "--goma-jsonstatus", |
| 321 "/path/to/tmp/json", | 321 "/path/to/tmp/json", |
| 322 "--goma-service-account-json-file", | 322 "--goma-service-account-json-file", |
| 323 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 323 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 324 "--goma-dir", | 324 "--goma-dir", |
| 325 "[CACHE]\\cipd\\goma", | 325 "[CACHE]\\cipd\\goma", |
| 326 "--ninja-ensure-up-to-date", | 326 "--ninja-ensure-up-to-date", |
| 327 "--", | 327 "--", |
| 328 "browser_tests", | 328 "browser_tests", |
| 329 "browser_tests_run", | 329 "browser_tests_run", |
| 330 "mini_installer", | 330 "mini_installer" |
| 331 "next_version_mini_installer" | |
| 332 ], | 331 ], |
| 333 "env": { | 332 "env": { |
| 334 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 333 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 335 }, | 334 }, |
| 336 "name": "compile", | 335 "name": "compile", |
| 337 "~followup_annotations": [ | 336 "~followup_annotations": [ |
| 338 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 337 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 339 "@@@STEP_LOG_END@json.output (invalid)@@@" | 338 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 340 ] | 339 ] |
| 341 }, | 340 }, |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 447 "~followup_annotations": [ | 446 "~followup_annotations": [ |
| 448 "@@@STEP_TEXT@Win10 Tests x64@@@" | 447 "@@@STEP_TEXT@Win10 Tests x64@@@" |
| 449 ] | 448 ] |
| 450 }, | 449 }, |
| 451 { | 450 { |
| 452 "name": "$result", | 451 "name": "$result", |
| 453 "recipe_result": null, | 452 "recipe_result": null, |
| 454 "status_code": 0 | 453 "status_code": 0 |
| 455 } | 454 } |
| 456 ] | 455 ] |
| OLD | NEW |