| 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 "--compiler", | 231 "--compiler", |
| 232 "goma", | 232 "goma", |
| 233 "--goma-jsonstatus", | 233 "--goma-jsonstatus", |
| 234 "/path/to/tmp/json", | 234 "/path/to/tmp/json", |
| 235 "--goma-service-account-json-file", | 235 "--goma-service-account-json-file", |
| 236 "/creds/service_accounts/service-account-goma-client.json", | 236 "/creds/service_accounts/service-account-goma-client.json", |
| 237 "--mode", | 237 "--mode", |
| 238 "official", | 238 "official", |
| 239 "--goma-dir", | 239 "--goma-dir", |
| 240 "[CACHE]/cipd/goma", | 240 "[CACHE]/cipd/goma", |
| 241 "--goma-hermetic", | |
| 242 "fallback", | |
| 243 "--", | 241 "--", |
| 244 "chrome", | 242 "chrome", |
| 245 "chromium_builder_perf" | 243 "chromium_builder_perf" |
| 246 ], | 244 ], |
| 247 "env": { | 245 "env": { |
| 248 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 246 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 249 }, | 247 }, |
| 250 "name": "compile", | 248 "name": "compile", |
| 251 "~followup_annotations": [ | 249 "~followup_annotations": [ |
| 252 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 250 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 409 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 412 }, | 410 }, |
| 413 "name": "sizes" | 411 "name": "sizes" |
| 414 }, | 412 }, |
| 415 { | 413 { |
| 416 "name": "$result", | 414 "name": "$result", |
| 417 "recipe_result": null, | 415 "recipe_result": null, |
| 418 "status_code": 0 | 416 "status_code": 0 |
| 419 } | 417 } |
| 420 ] | 418 ] |
| OLD | NEW |