| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 ] | 115 ] |
| 116 }, | 116 }, |
| 117 { | 117 { |
| 118 "cmd": [ | 118 "cmd": [ |
| 119 "python", | 119 "python", |
| 120 "-u", | 120 "-u", |
| 121 "RECIPE_MODULE[build::goma]/resources/ensure_goma.py", | 121 "RECIPE_MODULE[build::goma]/resources/ensure_goma.py", |
| 122 "--target-dir", | 122 "--target-dir", |
| 123 "[SLAVE_BUILD]/src/build/goma/client", | 123 "[SLAVE_BUILD]/src/build/goma/client", |
| 124 "--download-from-google-storage-path", | 124 "--download-from-google-storage-path", |
| 125 "RECIPE_PACKAGE_REPO[depot_tools]/download_from_google_storage.py", | 125 "RECIPE_PACKAGE_REPO[depot_tools]/download_from_google_storage.py" |
| 126 "--canary" | |
| 127 ], | 126 ], |
| 128 "cwd": "[SLAVE_BUILD]", | 127 "cwd": "[SLAVE_BUILD]", |
| 129 "name": "ensure_goma" | 128 "name": "ensure_goma" |
| 130 }, | 129 }, |
| 131 { | 130 { |
| 132 "cmd": [ | 131 "cmd": [ |
| 133 "python", | 132 "python", |
| 134 "-u", | 133 "-u", |
| 135 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 134 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 136 "runhooks" | 135 "runhooks" |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 ], | 290 ], |
| 292 "cwd": "[SLAVE_BUILD]", | 291 "cwd": "[SLAVE_BUILD]", |
| 293 "name": "content_unittests" | 292 "name": "content_unittests" |
| 294 }, | 293 }, |
| 295 { | 294 { |
| 296 "name": "$result", | 295 "name": "$result", |
| 297 "recipe_result": null, | 296 "recipe_result": null, |
| 298 "status_code": 0 | 297 "status_code": 0 |
| 299 } | 298 } |
| 300 ] | 299 ] |
| OLD | NEW |