| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 "--compiler", | 253 "--compiler", |
| 254 "goma-clang", | 254 "goma-clang", |
| 255 "--goma-jsonstatus", | 255 "--goma-jsonstatus", |
| 256 "/path/to/tmp/json", | 256 "/path/to/tmp/json", |
| 257 "--goma-service-account-json-file", | 257 "--goma-service-account-json-file", |
| 258 "/creds/service_accounts/service-account-goma-client.json", | 258 "/creds/service_accounts/service-account-goma-client.json", |
| 259 "--mode", | 259 "--mode", |
| 260 "official", | 260 "official", |
| 261 "--goma-dir", | 261 "--goma-dir", |
| 262 "[CACHE]/cipd/goma", | 262 "[CACHE]/cipd/goma", |
| 263 "--goma-hermetic", | |
| 264 "fallback", | |
| 265 "--", | 263 "--", |
| 266 "chrome", | 264 "chrome", |
| 267 "chromium_builder_perf" | 265 "chromium_builder_perf" |
| 268 ], | 266 ], |
| 269 "env": { | 267 "env": { |
| 270 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 268 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 271 }, | 269 }, |
| 272 "name": "compile", | 270 "name": "compile", |
| 273 "~followup_annotations": [ | 271 "~followup_annotations": [ |
| 274 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 272 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 739 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 737 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 740 }, | 738 }, |
| 741 "name": "sizes" | 739 "name": "sizes" |
| 742 }, | 740 }, |
| 743 { | 741 { |
| 744 "name": "$result", | 742 "name": "$result", |
| 745 "recipe_result": null, | 743 "recipe_result": null, |
| 746 "status_code": 0 | 744 "status_code": 0 |
| 747 } | 745 } |
| 748 ] | 746 ] |
| OLD | NEW |