| 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 "Linux ChromiumOS Full", | 10 "Linux ChromiumOS Full", |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 "--src-dir", | 199 "--src-dir", |
| 200 "[SLAVE_BUILD]/src", | 200 "[SLAVE_BUILD]/src", |
| 201 "--goma-cache-dir", | 201 "--goma-cache-dir", |
| 202 "[GOMA_CACHE]", | 202 "[GOMA_CACHE]", |
| 203 "--build-tool", | 203 "--build-tool", |
| 204 "ninja", | 204 "ninja", |
| 205 "--compiler", | 205 "--compiler", |
| 206 "goma", | 206 "goma", |
| 207 "--goma-jsonstatus", | 207 "--goma-jsonstatus", |
| 208 "/path/to/tmp/json", | 208 "/path/to/tmp/json", |
| 209 "--goma-service-account-json-file", | |
| 210 "/creds/service_accounts/service-account-goma-client.json", | |
| 211 "--goma-dir", | 209 "--goma-dir", |
| 212 "[BUILD]/goma", | 210 "[BUILD]/goma", |
| 213 "--ninja-ensure-up-to-date", | 211 "--ninja-ensure-up-to-date", |
| 214 "--", | 212 "--", |
| 215 "app_list_unittests", | 213 "app_list_unittests", |
| 216 "aura_builder", | 214 "aura_builder", |
| 217 "base_unittests", | 215 "base_unittests", |
| 218 "browser_tests", | 216 "browser_tests", |
| 219 "cacheinvalidation_unittests", | 217 "cacheinvalidation_unittests", |
| 220 "chromeos_unittests", | 218 "chromeos_unittests", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 ], | 265 ], |
| 268 "cwd": "[SLAVE_BUILD]", | 266 "cwd": "[SLAVE_BUILD]", |
| 269 "name": "archive build" | 267 "name": "archive build" |
| 270 }, | 268 }, |
| 271 { | 269 { |
| 272 "name": "$result", | 270 "name": "$result", |
| 273 "recipe_result": null, | 271 "recipe_result": null, |
| 274 "status_code": 0 | 272 "status_code": 0 |
| 275 } | 273 } |
| 276 ] | 274 ] |
| OLD | NEW |