| 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'}]\ntarget_os = ['android']", | 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'}]\ntarget_os = ['android']", |
| 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-amd64", | 72 "linux-amd64", |
| 74 "--dest-directory", | 73 "--dest-directory", |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 176 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 178 "@@@STEP_LOG_END@json.output (invalid)@@@" | 177 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 179 ] | 178 ] |
| 180 }, | 179 }, |
| 181 { | 180 { |
| 182 "name": "$result", | 181 "name": "$result", |
| 183 "recipe_result": null, | 182 "recipe_result": null, |
| 184 "status_code": 0 | 183 "status_code": 0 |
| 185 } | 184 } |
| 186 ] | 185 ] |
| OLD | NEW |