| 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 "--src-dir", | 256 "--src-dir", |
| 257 "[SLAVE_BUILD]/src", | 257 "[SLAVE_BUILD]/src", |
| 258 "--goma-cache-dir", | 258 "--goma-cache-dir", |
| 259 "[GOMA_CACHE]", | 259 "[GOMA_CACHE]", |
| 260 "--build-tool", | 260 "--build-tool", |
| 261 "ninja", | 261 "ninja", |
| 262 "--compiler", | 262 "--compiler", |
| 263 "goma", | 263 "goma", |
| 264 "--goma-jsonstatus", | 264 "--goma-jsonstatus", |
| 265 "/path/to/tmp/json", | 265 "/path/to/tmp/json", |
| 266 "--goma-service-account-json-file", |
| 267 "/creds/service_accounts/service-account-goma-client.json", |
| 266 "--goma-dir", | 268 "--goma-dir", |
| 267 "[BUILD]/goma", | 269 "[BUILD]/goma", |
| 268 "--ninja-ensure-up-to-date", | 270 "--ninja-ensure-up-to-date", |
| 269 "--", | 271 "--", |
| 270 "app_list_unittests", | 272 "app_list_unittests", |
| 271 "aura_builder", | 273 "aura_builder", |
| 272 "base_unittests", | 274 "base_unittests", |
| 273 "browser_tests", | 275 "browser_tests", |
| 274 "cacheinvalidation_unittests", | 276 "cacheinvalidation_unittests", |
| 275 "chromeos_unittests", | 277 "chromeos_unittests", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 ], | 324 ], |
| 323 "cwd": "[SLAVE_BUILD]", | 325 "cwd": "[SLAVE_BUILD]", |
| 324 "name": "archive build" | 326 "name": "archive build" |
| 325 }, | 327 }, |
| 326 { | 328 { |
| 327 "name": "$result", | 329 "name": "$result", |
| 328 "recipe_result": null, | 330 "recipe_result": null, |
| 329 "status_code": 0 | 331 "status_code": 0 |
| 330 } | 332 } |
| 331 ] | 333 ] |
| OLD | NEW |