| 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 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_perf_bisect", | 10 "linux_perf_bisect", |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 "--goma-cache-dir", | 219 "--goma-cache-dir", |
| 220 "[GOMA_CACHE]", | 220 "[GOMA_CACHE]", |
| 221 "--build-tool", | 221 "--build-tool", |
| 222 "ninja", | 222 "ninja", |
| 223 "--build-data-dir", | 223 "--build-data-dir", |
| 224 "[ROOT]/build_data_dir", | 224 "[ROOT]/build_data_dir", |
| 225 "--compiler", | 225 "--compiler", |
| 226 "goma", | 226 "goma", |
| 227 "--goma-jsonstatus", | 227 "--goma-jsonstatus", |
| 228 "/path/to/tmp/json", | 228 "/path/to/tmp/json", |
| 229 "--goma-service-account-json-file", |
| 230 "/creds/service_accounts/service-account-goma-client.json", |
| 229 "--mode", | 231 "--mode", |
| 230 "official", | 232 "official", |
| 231 "--goma-dir", | 233 "--goma-dir", |
| 232 "[CACHE]/cipd/goma", | 234 "[CACHE]/cipd/goma", |
| 233 "--goma-hermetic", | 235 "--goma-hermetic", |
| 234 "fallback", | 236 "fallback", |
| 235 "--", | 237 "--", |
| 236 "chromium_builder_perf" | 238 "chromium_builder_perf" |
| 237 ], | 239 ], |
| 238 "cwd": "[SLAVE_BUILD]", | 240 "cwd": "[SLAVE_BUILD]", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 262 ], | 264 ], |
| 263 "cwd": "[SLAVE_BUILD]", | 265 "cwd": "[SLAVE_BUILD]", |
| 264 "name": "package build" | 266 "name": "package build" |
| 265 }, | 267 }, |
| 266 { | 268 { |
| 267 "name": "$result", | 269 "name": "$result", |
| 268 "recipe_result": null, | 270 "recipe_result": null, |
| 269 "status_code": 0 | 271 "status_code": 0 |
| 270 } | 272 } |
| 271 ] | 273 ] |
| OLD | NEW |