| 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 "Android arm64 Builder", | 10 "Android arm64 Builder", |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 "--goma-cache-dir", | 220 "--goma-cache-dir", |
| 221 "[GOMA_CACHE]", | 221 "[GOMA_CACHE]", |
| 222 "--build-tool", | 222 "--build-tool", |
| 223 "ninja", | 223 "ninja", |
| 224 "--build-data-dir", | 224 "--build-data-dir", |
| 225 "[ROOT]/build_data_dir", | 225 "[ROOT]/build_data_dir", |
| 226 "--compiler", | 226 "--compiler", |
| 227 "goma", | 227 "goma", |
| 228 "--goma-jsonstatus", | 228 "--goma-jsonstatus", |
| 229 "/path/to/tmp/json", | 229 "/path/to/tmp/json", |
| 230 "--goma-service-account-json-file", |
| 231 "/creds/service_accounts/service-account-goma-client.json", |
| 230 "--mode", | 232 "--mode", |
| 231 "official", | 233 "official", |
| 232 "--goma-dir", | 234 "--goma-dir", |
| 233 "[CACHE]/cipd/goma", | 235 "[CACHE]/cipd/goma", |
| 234 "--goma-hermetic", | 236 "--goma-hermetic", |
| 235 "fallback", | 237 "fallback", |
| 236 "--" | 238 "--" |
| 237 ], | 239 ], |
| 238 "cwd": "[SLAVE_BUILD]", | 240 "cwd": "[SLAVE_BUILD]", |
| 239 "env": { | 241 "env": { |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 "~followup_annotations": [ | 350 "~followup_annotations": [ |
| 349 "@@@STEP_TEXT@Android Nexus9 Perf (3)@@@" | 351 "@@@STEP_TEXT@Android Nexus9 Perf (3)@@@" |
| 350 ] | 352 ] |
| 351 }, | 353 }, |
| 352 { | 354 { |
| 353 "name": "$result", | 355 "name": "$result", |
| 354 "recipe_result": null, | 356 "recipe_result": null, |
| 355 "status_code": 0 | 357 "status_code": 0 |
| 356 } | 358 } |
| 357 ] | 359 ] |
| OLD | NEW |