| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.perf", | 8 "chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac Builder", | 10 "Mac Builder", |
| (...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 708 "--results-url=https://chromeperf.appspot.com", | 708 "--results-url=https://chromeperf.appspot.com", |
| 709 "--perf-dashboard-id=sizes", | 709 "--perf-dashboard-id=sizes", |
| 710 "--perf-id=mac", | 710 "--perf-id=mac", |
| 711 "--perf-config={'r_clang_rev': '123456'}", | 711 "--perf-config={'r_clang_rev': '123456'}", |
| 712 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", | 712 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", |
| 713 "--target", | 713 "--target", |
| 714 "Release", | 714 "Release", |
| 715 "--platform", | 715 "--platform", |
| 716 "mac" | 716 "mac" |
| 717 ], | 717 ], |
| 718 "env": { |
| 719 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 720 }, |
| 718 "name": "sizes" | 721 "name": "sizes" |
| 719 }, | 722 }, |
| 720 { | 723 { |
| 721 "name": "$result", | 724 "name": "$result", |
| 722 "recipe_result": null, | 725 "recipe_result": null, |
| 723 "status_code": 0 | 726 "status_code": 0 |
| 724 } | 727 } |
| 725 ] | 728 ] |
| OLD | NEW |