| 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 "--src-dir", | 195 "--src-dir", |
| 196 "[SLAVE_BUILD]/src", | 196 "[SLAVE_BUILD]/src", |
| 197 "--goma-cache-dir", | 197 "--goma-cache-dir", |
| 198 "[GOMA_CACHE]", | 198 "[GOMA_CACHE]", |
| 199 "--build-tool", | 199 "--build-tool", |
| 200 "ninja", | 200 "ninja", |
| 201 "--compiler", | 201 "--compiler", |
| 202 "goma", | 202 "goma", |
| 203 "--goma-jsonstatus", | 203 "--goma-jsonstatus", |
| 204 "/path/to/tmp/json", | 204 "/path/to/tmp/json", |
| 205 "--goma-service-account-json-file", | |
| 206 "/creds/service_accounts/service-account-goma-client.json", | |
| 207 "--goma-dir", | 205 "--goma-dir", |
| 208 "[BUILD]/goma", | 206 "[BUILD]/goma", |
| 209 "--ninja-ensure-up-to-date", | 207 "--ninja-ensure-up-to-date", |
| 210 "--cros-board", | 208 "--cros-board", |
| 211 "x86-generic", | 209 "x86-generic", |
| 212 "--", | 210 "--", |
| 213 "chromiumos_preflight" | 211 "chromiumos_preflight" |
| 214 ], | 212 ], |
| 215 "cwd": "[SLAVE_BUILD]", | 213 "cwd": "[SLAVE_BUILD]", |
| 216 "name": "compile", | 214 "name": "compile", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 243 ], | 241 ], |
| 244 "cwd": "[SLAVE_BUILD]", | 242 "cwd": "[SLAVE_BUILD]", |
| 245 "name": "package build" | 243 "name": "package build" |
| 246 }, | 244 }, |
| 247 { | 245 { |
| 248 "name": "$result", | 246 "name": "$result", |
| 249 "recipe_result": null, | 247 "recipe_result": null, |
| 250 "status_code": 0 | 248 "status_code": 0 |
| 251 } | 249 } |
| 252 ] | 250 ] |
| OLD | NEW |