| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"root\": \"v8\", @@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"root\": \"v8\", @@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 48 "@@@STEP_LOG_LINE@json.output@}@@@", | 48 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 49 "@@@STEP_LOG_END@json.output@@@", | 49 "@@@STEP_LOG_END@json.output@@@", |
| 50 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 50 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
| 51 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 51 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
| 52 ] | 52 ] |
| 53 }, | 53 }, |
| 54 { | 54 { |
| 55 "cmd": [], | |
| 56 "name": "ensure_goma" | 55 "name": "ensure_goma" |
| 57 }, | 56 }, |
| 58 { | 57 { |
| 59 "cmd": [ | 58 "cmd": [ |
| 60 "python", | 59 "python", |
| 61 "-u", | 60 "-u", |
| 62 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 61 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 63 "--platform", | 62 "--platform", |
| 64 "linux-386", | 63 "linux-386", |
| 65 "--dest-directory", | 64 "--dest-directory", |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571,
\"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \
"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}" | 309 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571,
\"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \
"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}" |
| 311 ], | 310 ], |
| 312 "name": "package build" | 311 "name": "package build" |
| 313 }, | 312 }, |
| 314 { | 313 { |
| 315 "name": "$result", | 314 "name": "$result", |
| 316 "recipe_result": null, | 315 "recipe_result": null, |
| 317 "status_code": 0 | 316 "status_code": 0 |
| 318 } | 317 } |
| 319 ] | 318 ] |
| OLD | NEW |