| 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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 "/path/to/tmp/json", | 324 "/path/to/tmp/json", |
| 325 "--goma-service-account-json-file", | 325 "--goma-service-account-json-file", |
| 326 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 326 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 327 "--goma-dir", | 327 "--goma-dir", |
| 328 "[CACHE]\\cipd\\goma", | 328 "[CACHE]\\cipd\\goma", |
| 329 "--", | 329 "--", |
| 330 "browser_tests", | 330 "browser_tests", |
| 331 "capture_unittests", | 331 "capture_unittests", |
| 332 "content_browsertests", | 332 "content_browsertests", |
| 333 "content_unittests", | 333 "content_unittests", |
| 334 "media_unittests", | |
| 335 "remoting_unittests" | 334 "remoting_unittests" |
| 336 ], | 335 ], |
| 337 "env": { | 336 "env": { |
| 338 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 337 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 339 }, | 338 }, |
| 340 "name": "compile", | 339 "name": "compile", |
| 341 "~followup_annotations": [ | 340 "~followup_annotations": [ |
| 342 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 341 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 343 "@@@STEP_LOG_END@json.output (invalid)@@@" | 342 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 344 ] | 343 ] |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 "~followup_annotations": [ | 424 "~followup_annotations": [ |
| 426 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@" | 425 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@" |
| 427 ] | 426 ] |
| 428 }, | 427 }, |
| 429 { | 428 { |
| 430 "name": "$result", | 429 "name": "$result", |
| 431 "recipe_result": null, | 430 "recipe_result": null, |
| 432 "status_code": 0 | 431 "status_code": 0 |
| 433 } | 432 } |
| 434 ] | 433 ] |
| OLD | NEW |