| 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.chrome", | 8 "chromium.chrome", |
| 9 "--builder", | 9 "--builder", |
| 10 "Google Chrome Linux x64", | 10 "Google Chrome Linux x64", |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 "--annotate=graphing", | 309 "--annotate=graphing", |
| 310 "--results-url=https://chromeperf.appspot.com", | 310 "--results-url=https://chromeperf.appspot.com", |
| 311 "--perf-dashboard-id=sizes", | 311 "--perf-dashboard-id=sizes", |
| 312 "--perf-id=Google Chrome Linux x64", | 312 "--perf-id=Google Chrome Linux x64", |
| 313 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", | 313 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", |
| 314 "--target", | 314 "--target", |
| 315 "Release", | 315 "Release", |
| 316 "--platform", | 316 "--platform", |
| 317 "linux" | 317 "linux" |
| 318 ], | 318 ], |
| 319 "env": { |
| 320 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 321 }, |
| 319 "name": "sizes" | 322 "name": "sizes" |
| 320 }, | 323 }, |
| 321 { | 324 { |
| 322 "name": "$result", | 325 "name": "$result", |
| 323 "recipe_result": null, | 326 "recipe_result": null, |
| 324 "status_code": 0 | 327 "status_code": 0 |
| 325 } | 328 } |
| 326 ] | 329 ] |
| OLD | NEW |