| 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 "--spec", | 7 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/moj
o.git'}]\ntarget_os = ['android']", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/moj
o.git'}]\ntarget_os = ['android']", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "src", | 10 "src", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 46 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 47 "runhooks" | 47 "runhooks" |
| 48 ], | 48 ], |
| 49 "cwd": "[SLAVE_BUILD]/src", | 49 "cwd": "[SLAVE_BUILD]/src", |
| 50 "env": { | 50 "env": { |
| 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 52 }, | 52 }, |
| 53 "name": "gclient runhooks" | 53 "name": "gclient runhooks" |
| 54 }, | 54 }, |
| 55 { | 55 { |
| 56 "cmd": [], | |
| 57 "name": "ensure_goma" | 56 "name": "ensure_goma" |
| 58 }, | 57 }, |
| 59 { | 58 { |
| 60 "cmd": [ | 59 "cmd": [ |
| 61 "python", | 60 "python", |
| 62 "-u", | 61 "-u", |
| 63 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 62 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 64 "--platform", | 63 "--platform", |
| 65 "linux-amd64", | 64 "linux-amd64", |
| 66 "--dest-directory", | 65 "--dest-directory", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 "--android" | 148 "--android" |
| 150 ], | 149 ], |
| 151 "name": "upload shell and app binaries" | 150 "name": "upload shell and app binaries" |
| 152 }, | 151 }, |
| 153 { | 152 { |
| 154 "name": "$result", | 153 "name": "$result", |
| 155 "recipe_result": null, | 154 "recipe_result": null, |
| 156 "status_code": 0 | 155 "status_code": 0 |
| 157 } | 156 } |
| 158 ] | 157 ] |
| OLD | NEW |