| 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': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "v8", | 10 "v8", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 44 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"root\": \"v8\", @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"root\": \"v8\", @@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@}@@@", | 47 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 48 "@@@STEP_LOG_END@json.output@@@", | 48 "@@@STEP_LOG_END@json.output@@@", |
| 49 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 49 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
| 50 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 50 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
| 51 ] | 51 ] |
| 52 }, | 52 }, |
| 53 { | 53 { |
| 54 "cmd": [], | |
| 55 "name": "ensure_goma" | 54 "name": "ensure_goma" |
| 56 }, | 55 }, |
| 57 { | 56 { |
| 58 "cmd": [ | 57 "cmd": [ |
| 59 "python", | 58 "python", |
| 60 "-u", | 59 "-u", |
| 61 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 60 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 62 "--platform", | 61 "--platform", |
| 63 "linux-386", | 62 "linux-386", |
| 64 "--dest-directory", | 63 "--dest-directory", |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 322 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 324 "@@@STEP_LOG_END@durations@@@" | 323 "@@@STEP_LOG_END@durations@@@" |
| 325 ] | 324 ] |
| 326 }, | 325 }, |
| 327 { | 326 { |
| 328 "name": "$result", | 327 "name": "$result", |
| 329 "recipe_result": null, | 328 "recipe_result": null, |
| 330 "status_code": 0 | 329 "status_code": 0 |
| 331 } | 330 } |
| 332 ] | 331 ] |
| OLD | NEW |