| 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 daisy Compile", | 10 "ChromiumOS daisy Compile", |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 201 "--build-data-dir", |
| 202 "[ROOT]/build_data_dir", | 202 "[ROOT]/build_data_dir", |
| 203 "--compiler", | 203 "--compiler", |
| 204 "goma", | 204 "goma", |
| 205 "--goma-jsonstatus", | 205 "--goma-jsonstatus", |
| 206 "/path/to/tmp/json", | 206 "/path/to/tmp/json", |
| 207 "--goma-service-account-json-file", |
| 208 "/creds/service_accounts/service-account-goma-client.json", |
| 207 "--goma-dir", | 209 "--goma-dir", |
| 208 "[BUILD]/goma", | 210 "[BUILD]/goma", |
| 209 "--ninja-ensure-up-to-date", | 211 "--ninja-ensure-up-to-date", |
| 210 "--cros-board", | 212 "--cros-board", |
| 211 "daisy", | 213 "daisy", |
| 212 "--", | 214 "--", |
| 213 "chromiumos_preflight" | 215 "chromiumos_preflight" |
| 214 ], | 216 ], |
| 215 "cwd": "[SLAVE_BUILD]", | 217 "cwd": "[SLAVE_BUILD]", |
| 216 "name": "compile", | 218 "name": "compile", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 243 ], | 245 ], |
| 244 "cwd": "[SLAVE_BUILD]", | 246 "cwd": "[SLAVE_BUILD]", |
| 245 "name": "package build" | 247 "name": "package build" |
| 246 }, | 248 }, |
| 247 { | 249 { |
| 248 "name": "$result", | 250 "name": "$result", |
| 249 "recipe_result": null, | 251 "recipe_result": null, |
| 250 "status_code": 0 | 252 "status_code": 0 |
| 251 } | 253 } |
| 252 ] | 254 ] |
| OLD | NEW |