| 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 "--compiler", | 297 "--compiler", |
| 298 "goma", | 298 "goma", |
| 299 "--goma-jsonstatus", | 299 "--goma-jsonstatus", |
| 300 "/path/to/tmp/json", | 300 "/path/to/tmp/json", |
| 301 "--goma-service-account-json-file", | 301 "--goma-service-account-json-file", |
| 302 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 302 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 303 "--goma-dir", | 303 "--goma-dir", |
| 304 "[CACHE]\\cipd\\goma", | 304 "[CACHE]\\cipd\\goma", |
| 305 "--", | 305 "--", |
| 306 "browser_tests", | 306 "browser_tests", |
| 307 "chromium_builder_webrtc", | |
| 308 "content_browsertests", | 307 "content_browsertests", |
| 309 "content_unittests", | 308 "content_unittests", |
| 310 "media_unittests", | 309 "media_unittests", |
| 311 "remoting_unittests" | 310 "remoting_unittests" |
| 312 ], | 311 ], |
| 313 "env": { | 312 "env": { |
| 314 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 313 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 315 }, | 314 }, |
| 316 "name": "compile", | 315 "name": "compile", |
| 317 "~followup_annotations": [ | 316 "~followup_annotations": [ |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 "~followup_annotations": [ | 394 "~followup_annotations": [ |
| 396 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@" | 395 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@" |
| 397 ] | 396 ] |
| 398 }, | 397 }, |
| 399 { | 398 { |
| 400 "name": "$result", | 399 "name": "$result", |
| 401 "recipe_result": null, | 400 "recipe_result": null, |
| 402 "status_code": 0 | 401 "status_code": 0 |
| 403 } | 402 } |
| 404 ] | 403 ] |
| OLD | NEW |