| 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 "--src-dir", | 237 "--src-dir", |
| 238 "[SLAVE_BUILD]/src", | 238 "[SLAVE_BUILD]/src", |
| 239 "--goma-cache-dir", | 239 "--goma-cache-dir", |
| 240 "[GOMA_CACHE]", | 240 "[GOMA_CACHE]", |
| 241 "--build-tool", | 241 "--build-tool", |
| 242 "ninja", | 242 "ninja", |
| 243 "--compiler", | 243 "--compiler", |
| 244 "goma-clang", | 244 "goma-clang", |
| 245 "--goma-jsonstatus", | 245 "--goma-jsonstatus", |
| 246 "/path/to/tmp/json", | 246 "/path/to/tmp/json", |
| 247 "--goma-service-account-json-file", |
| 248 "/creds/service_accounts/service-account-goma-client.json", |
| 247 "--mode", | 249 "--mode", |
| 248 "official", | 250 "official", |
| 249 "--goma-dir", | 251 "--goma-dir", |
| 250 "[BUILD]/goma", | 252 "[BUILD]/goma", |
| 251 "--goma-hermetic", | 253 "--goma-hermetic", |
| 252 "fallback", | 254 "fallback", |
| 253 "--", | 255 "--", |
| 254 "chromium_builder_perf" | 256 "chromium_builder_perf" |
| 255 ], | 257 ], |
| 256 "cwd": "[SLAVE_BUILD]", | 258 "cwd": "[SLAVE_BUILD]", |
| (...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 822 "~followup_annotations": [ | 824 "~followup_annotations": [ |
| 823 "@@@STEP_TEXT@Mac Retina Perf (5)@@@" | 825 "@@@STEP_TEXT@Mac Retina Perf (5)@@@" |
| 824 ] | 826 ] |
| 825 }, | 827 }, |
| 826 { | 828 { |
| 827 "name": "$result", | 829 "name": "$result", |
| 828 "recipe_result": null, | 830 "recipe_result": null, |
| 829 "status_code": 0 | 831 "status_code": 0 |
| 830 } | 832 } |
| 831 ] | 833 ] |
| OLD | NEW |