| 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 "--annotate=graphing", | 317 "--annotate=graphing", |
| 318 "--results-url=https://chromeperf.appspot.com", | 318 "--results-url=https://chromeperf.appspot.com", |
| 319 "--perf-dashboard-id=sizes", | 319 "--perf-dashboard-id=sizes", |
| 320 "--perf-id=Google Chrome Win", | 320 "--perf-id=Google Chrome Win", |
| 321 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py", | 321 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py", |
| 322 "--target", | 322 "--target", |
| 323 "Release", | 323 "Release", |
| 324 "--platform", | 324 "--platform", |
| 325 "win" | 325 "win" |
| 326 ], | 326 ], |
| 327 "env": { |
| 328 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 329 }, |
| 327 "name": "sizes" | 330 "name": "sizes" |
| 328 }, | 331 }, |
| 329 { | 332 { |
| 330 "cmd": [ | 333 "cmd": [ |
| 331 "python", | 334 "python", |
| 332 "-u", | 335 "-u", |
| 333 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 336 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 334 "--target", | 337 "--target", |
| 335 "Release" | 338 "Release" |
| 336 ], | 339 ], |
| 340 "env": { |
| 341 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 342 }, |
| 337 "name": "process_dumps" | 343 "name": "process_dumps" |
| 338 }, | 344 }, |
| 339 { | 345 { |
| 340 "name": "$result", | 346 "name": "$result", |
| 341 "recipe_result": null, | 347 "recipe_result": null, |
| 342 "status_code": 0 | 348 "status_code": 0 |
| 343 } | 349 } |
| 344 ] | 350 ] |
| OLD | NEW |