| 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 "Linux Builder", | 10 "Linux Builder", |
| (...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 "--annotate=graphing", | 400 "--annotate=graphing", |
| 401 "--results-url=https://chromeperf.appspot.com", | 401 "--results-url=https://chromeperf.appspot.com", |
| 402 "--perf-dashboard-id=sizes", | 402 "--perf-dashboard-id=sizes", |
| 403 "--perf-id=linux", | 403 "--perf-id=linux", |
| 404 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", | 404 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", |
| 405 "--target", | 405 "--target", |
| 406 "Release", | 406 "Release", |
| 407 "--platform", | 407 "--platform", |
| 408 "linux" | 408 "linux" |
| 409 ], | 409 ], |
| 410 "env": { |
| 411 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 412 }, |
| 410 "name": "sizes" | 413 "name": "sizes" |
| 411 }, | 414 }, |
| 412 { | 415 { |
| 413 "name": "$result", | 416 "name": "$result", |
| 414 "recipe_result": null, | 417 "recipe_result": null, |
| 415 "status_code": 0 | 418 "status_code": 0 |
| 416 } | 419 } |
| 417 ] | 420 ] |
| OLD | NEW |