| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 7 "sync", | 7 "sync", |
| 8 "--verbose", | 8 "--verbose", |
| 9 "--force", | 9 "--force", |
| 10 "--revision", | 10 "--revision", |
| (...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 "--goma-hermetic", | 266 "--goma-hermetic", |
| 265 "error", | 267 "error", |
| 266 "--goma-enable-compiler-info-cache", | 268 "--goma-enable-compiler-info-cache", |
| 267 "--", | 269 "--", |
| 268 "base_unittests", | 270 "base_unittests", |
| 269 "chromium_builder_tests", | 271 "chromium_builder_tests", |
| 270 "content_unittests" | 272 "content_unittests" |
| 271 ], | 273 ], |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 ], | 338 ], |
| 337 "cwd": "[SLAVE_BUILD]", | 339 "cwd": "[SLAVE_BUILD]", |
| 338 "name": "content_unittests" | 340 "name": "content_unittests" |
| 339 }, | 341 }, |
| 340 { | 342 { |
| 341 "name": "$result", | 343 "name": "$result", |
| 342 "recipe_result": null, | 344 "recipe_result": null, |
| 343 "status_code": 0 | 345 "status_code": 0 |
| 344 } | 346 } |
| 345 ] | 347 ] |
| OLD | NEW |