| 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 "/path/to/tmp/json", | 318 "/path/to/tmp/json", |
| 319 "--goma-service-account-json-file", | 319 "--goma-service-account-json-file", |
| 320 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 320 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 321 "--goma-dir", | 321 "--goma-dir", |
| 322 "[CACHE]\\cipd\\goma", | 322 "[CACHE]\\cipd\\goma", |
| 323 "--", | 323 "--", |
| 324 "browser_tests", | 324 "browser_tests", |
| 325 "capture_unittests", | 325 "capture_unittests", |
| 326 "content_browsertests", | 326 "content_browsertests", |
| 327 "content_unittests", | 327 "content_unittests", |
| 328 "media_unittests", | |
| 329 "remoting_unittests" | 328 "remoting_unittests" |
| 330 ], | 329 ], |
| 331 "env": { | 330 "env": { |
| 332 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 331 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 333 }, | 332 }, |
| 334 "name": "compile", | 333 "name": "compile", |
| 335 "~followup_annotations": [ | 334 "~followup_annotations": [ |
| 336 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 335 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 337 "@@@STEP_LOG_END@json.output (invalid)@@@" | 336 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 338 ] | 337 ] |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 442 "~followup_annotations": [ | 441 "~followup_annotations": [ |
| 443 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@" | 442 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@" |
| 444 ] | 443 ] |
| 445 }, | 444 }, |
| 446 { | 445 { |
| 447 "name": "$result", | 446 "name": "$result", |
| 448 "recipe_result": null, | 447 "recipe_result": null, |
| 449 "status_code": 0 | 448 "status_code": 0 |
| 450 } | 449 } |
| 451 ] | 450 ] |
| OLD | NEW |