| 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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 "--results-url=https://chromeperf.appspot.com", | 399 "--results-url=https://chromeperf.appspot.com", |
| 400 "--perf-dashboard-id=sizes", | 400 "--perf-dashboard-id=sizes", |
| 401 "--perf-id=ClangToTWin(dll)", | 401 "--perf-id=ClangToTWin(dll)", |
| 402 "--perf-config={'r_clang_rev': '123456'}", | 402 "--perf-config={'r_clang_rev': '123456'}", |
| 403 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py", | 403 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py", |
| 404 "--target", | 404 "--target", |
| 405 "Release", | 405 "Release", |
| 406 "--platform", | 406 "--platform", |
| 407 "win" | 407 "win" |
| 408 ], | 408 ], |
| 409 "env": { |
| 410 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 411 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 412 }, |
| 409 "name": "sizes" | 413 "name": "sizes" |
| 410 }, | 414 }, |
| 411 { | 415 { |
| 412 "cmd": [ | 416 "cmd": [ |
| 413 "python", | 417 "python", |
| 414 "-u", | 418 "-u", |
| 415 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 419 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 416 "--target", | 420 "--target", |
| 417 "Release" | 421 "Release" |
| 418 ], | 422 ], |
| 423 "env": { |
| 424 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 425 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 426 }, |
| 419 "name": "process_dumps" | 427 "name": "process_dumps" |
| 420 }, | 428 }, |
| 421 { | 429 { |
| 422 "name": "$result", | 430 "name": "$result", |
| 423 "recipe_result": null, | 431 "recipe_result": null, |
| 424 "status_code": 0 | 432 "status_code": 0 |
| 425 } | 433 } |
| 426 ] | 434 ] |
| OLD | NEW |