| 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.chromiumos", | 8 "chromium.chromiumos", |
| 9 "--builder", | 9 "--builder", |
| 10 "ChromiumOS x86-generic Compile", | 10 "ChromiumOS x86-generic Compile", |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 "--src-dir", | 252 "--src-dir", |
| 253 "[SLAVE_BUILD]/src", | 253 "[SLAVE_BUILD]/src", |
| 254 "--goma-cache-dir", | 254 "--goma-cache-dir", |
| 255 "[GOMA_CACHE]", | 255 "[GOMA_CACHE]", |
| 256 "--build-tool", | 256 "--build-tool", |
| 257 "ninja", | 257 "ninja", |
| 258 "--compiler", | 258 "--compiler", |
| 259 "goma", | 259 "goma", |
| 260 "--goma-jsonstatus", | 260 "--goma-jsonstatus", |
| 261 "/path/to/tmp/json", | 261 "/path/to/tmp/json", |
| 262 "--goma-service-account-json-file", |
| 263 "/creds/service_accounts/service-account-goma-client.json", |
| 262 "--goma-dir", | 264 "--goma-dir", |
| 263 "[BUILD]/goma", | 265 "[BUILD]/goma", |
| 264 "--ninja-ensure-up-to-date", | 266 "--ninja-ensure-up-to-date", |
| 265 "--cros-board", | 267 "--cros-board", |
| 266 "x86-generic", | 268 "x86-generic", |
| 267 "--", | 269 "--", |
| 268 "chromiumos_preflight" | 270 "chromiumos_preflight" |
| 269 ], | 271 ], |
| 270 "cwd": "[SLAVE_BUILD]", | 272 "cwd": "[SLAVE_BUILD]", |
| 271 "name": "compile", | 273 "name": "compile", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 298 ], | 300 ], |
| 299 "cwd": "[SLAVE_BUILD]", | 301 "cwd": "[SLAVE_BUILD]", |
| 300 "name": "package build" | 302 "name": "package build" |
| 301 }, | 303 }, |
| 302 { | 304 { |
| 303 "name": "$result", | 305 "name": "$result", |
| 304 "recipe_result": null, | 306 "recipe_result": null, |
| 305 "status_code": 0 | 307 "status_code": 0 |
| 306 } | 308 } |
| 307 ] | 309 ] |
| OLD | NEW |