| 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 = [{'custom_vars': {'root_dir': 'src
'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromiu
m.googlesource.com/libyuv/libyuv'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'root_dir': 'src
'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromiu
m.googlesource.com/libyuv/libyuv'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "src", | 10 "src", |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 "python", | 54 "python", |
| 55 "-u", | 55 "-u", |
| 56 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 56 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 57 "--show-path", | 57 "--show-path", |
| 58 "python", | 58 "python", |
| 59 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 59 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 60 ], | 60 ], |
| 61 "name": "cleanup_temp" | 61 "name": "cleanup_temp" |
| 62 }, | 62 }, |
| 63 { | 63 { |
| 64 "cmd": [], | |
| 65 "name": "ensure_goma" | 64 "name": "ensure_goma" |
| 66 }, | 65 }, |
| 67 { | 66 { |
| 68 "cmd": [ | 67 "cmd": [ |
| 69 "python", | 68 "python", |
| 70 "-u", | 69 "-u", |
| 71 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 70 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 72 "--platform", | 71 "--platform", |
| 73 "linux-386", | 72 "linux-386", |
| 74 "--dest-directory", | 73 "--dest-directory", |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 "libyuv_unittest" | 194 "libyuv_unittest" |
| 196 ], | 195 ], |
| 197 "name": "libyuv_unittest" | 196 "name": "libyuv_unittest" |
| 198 }, | 197 }, |
| 199 { | 198 { |
| 200 "name": "$result", | 199 "name": "$result", |
| 201 "recipe_result": null, | 200 "recipe_result": null, |
| 202 "status_code": 0 | 201 "status_code": 0 |
| 203 } | 202 } |
| 204 ] | 203 ] |
| OLD | NEW |