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