| 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 258 "--build-data-dir", |
| 259 "[ROOT]/build_data_dir", | 259 "[ROOT]/build_data_dir", |
| 260 "--compiler", | 260 "--compiler", |
| 261 "goma", | 261 "goma", |
| 262 "--goma-jsonstatus", | 262 "--goma-jsonstatus", |
| 263 "/path/to/tmp/json", | 263 "/path/to/tmp/json", |
| 264 "--goma-service-account-json-file", |
| 265 "/creds/service_accounts/service-account-goma-client.json", |
| 264 "--goma-dir", | 266 "--goma-dir", |
| 265 "[CACHE]/cipd/goma", | 267 "[CACHE]/cipd/goma", |
| 266 "--goma-hermetic", | 268 "--goma-hermetic", |
| 267 "error", | 269 "error", |
| 268 "--goma-enable-compiler-info-cache", | 270 "--goma-enable-compiler-info-cache", |
| 269 "--", | 271 "--", |
| 270 "base_unittests", | 272 "base_unittests", |
| 271 "chromium_builder_tests", | 273 "chromium_builder_tests", |
| 272 "content_unittests" | 274 "content_unittests" |
| 273 ], | 275 ], |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 ], | 331 ], |
| 330 "cwd": "[SLAVE_BUILD]", | 332 "cwd": "[SLAVE_BUILD]", |
| 331 "name": "content_unittests" | 333 "name": "content_unittests" |
| 332 }, | 334 }, |
| 333 { | 335 { |
| 334 "name": "$result", | 336 "name": "$result", |
| 335 "recipe_result": null, | 337 "recipe_result": null, |
| 336 "status_code": 0 | 338 "status_code": 0 |
| 337 } | 339 } |
| 338 ] | 340 ] |
| OLD | NEW |