| 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_cq", | 10 "linux_perf_cq", |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 "--src-dir", | 217 "--src-dir", |
| 218 "[SLAVE_BUILD]/src", | 218 "[SLAVE_BUILD]/src", |
| 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 "--compiler", | 223 "--compiler", |
| 224 "goma", | 224 "goma", |
| 225 "--goma-jsonstatus", | 225 "--goma-jsonstatus", |
| 226 "/path/to/tmp/json", | 226 "/path/to/tmp/json", |
| 227 "--goma-service-account-json-file", |
| 228 "/creds/service_accounts/service-account-goma-client.json", |
| 227 "--mode", | 229 "--mode", |
| 228 "official", | 230 "official", |
| 229 "--goma-dir", | 231 "--goma-dir", |
| 230 "[BUILD]/goma", | 232 "[BUILD]/goma", |
| 231 "--goma-hermetic", | 233 "--goma-hermetic", |
| 232 "fallback", | 234 "fallback", |
| 233 "--", | 235 "--", |
| 234 "chromium_builder_perf" | 236 "chromium_builder_perf" |
| 235 ], | 237 ], |
| 236 "cwd": "[SLAVE_BUILD]", | 238 "cwd": "[SLAVE_BUILD]", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 260 ], | 262 ], |
| 261 "cwd": "[SLAVE_BUILD]", | 263 "cwd": "[SLAVE_BUILD]", |
| 262 "name": "package build" | 264 "name": "package build" |
| 263 }, | 265 }, |
| 264 { | 266 { |
| 265 "name": "$result", | 267 "name": "$result", |
| 266 "recipe_result": null, | 268 "recipe_result": null, |
| 267 "status_code": 0 | 269 "status_code": 0 |
| 268 } | 270 } |
| 269 ] | 271 ] |
| OLD | NEW |