| 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'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/moj
o.git'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "src", | 10 "src", |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 52 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 53 "runhooks" | 53 "runhooks" |
| 54 ], | 54 ], |
| 55 "cwd": "[SLAVE_BUILD]/src", | 55 "cwd": "[SLAVE_BUILD]/src", |
| 56 "env": { | 56 "env": { |
| 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 58 }, | 58 }, |
| 59 "name": "gclient runhooks" | 59 "name": "gclient runhooks" |
| 60 }, | 60 }, |
| 61 { | 61 { |
| 62 "cmd": [], | |
| 63 "name": "ensure_goma" | 62 "name": "ensure_goma" |
| 64 }, | 63 }, |
| 65 { | 64 { |
| 66 "cmd": [ | 65 "cmd": [ |
| 67 "python", | 66 "python", |
| 68 "-u", | 67 "-u", |
| 69 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 68 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 70 "--platform", | 69 "--platform", |
| 71 "linux-amd64", | 70 "linux-amd64", |
| 72 "--dest-directory", | 71 "--dest-directory", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 ], | 173 ], |
| 175 "cwd": "[SLAVE_BUILD]/src", | 174 "cwd": "[SLAVE_BUILD]/src", |
| 176 "name": "Hello" | 175 "name": "Hello" |
| 177 }, | 176 }, |
| 178 { | 177 { |
| 179 "name": "$result", | 178 "name": "$result", |
| 180 "recipe_result": null, | 179 "recipe_result": null, |
| 181 "status_code": 0 | 180 "status_code": 0 |
| 182 } | 181 } |
| 183 ] | 182 ] |
| OLD | NEW |