| 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", | |
| 264 "--goma-dir", | 262 "--goma-dir", |
| 265 "[CACHE]/cipd/goma", | 263 "[CACHE]/cipd/goma", |
| 266 "--goma-hermetic", | 264 "--goma-hermetic", |
| 267 "error", | 265 "error", |
| 268 "--goma-enable-compiler-info-cache", | 266 "--goma-enable-compiler-info-cache", |
| 269 "--", | 267 "--", |
| 270 "base_unittests", | 268 "base_unittests", |
| 271 "chromium_builder_tests", | 269 "chromium_builder_tests", |
| 272 "content_unittests" | 270 "content_unittests" |
| 273 ], | 271 ], |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 ], | 336 ], |
| 339 "cwd": "[SLAVE_BUILD]", | 337 "cwd": "[SLAVE_BUILD]", |
| 340 "name": "content_unittests" | 338 "name": "content_unittests" |
| 341 }, | 339 }, |
| 342 { | 340 { |
| 343 "name": "$result", | 341 "name": "$result", |
| 344 "recipe_result": null, | 342 "recipe_result": null, |
| 345 "status_code": 0 | 343 "status_code": 0 |
| 346 } | 344 } |
| 347 ] | 345 ] |
| OLD | NEW |