| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 53 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 54 "@@@STEP_LOG_LINE@json.output@ \"root\": \"v8\", @@@", | 54 "@@@STEP_LOG_LINE@json.output@ \"root\": \"v8\", @@@", |
| 55 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 55 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 56 "@@@STEP_LOG_LINE@json.output@}@@@", | 56 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 57 "@@@STEP_LOG_END@json.output@@@", | 57 "@@@STEP_LOG_END@json.output@@@", |
| 58 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 58 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
| 59 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 59 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
| 60 ] | 60 ] |
| 61 }, | 61 }, |
| 62 { | 62 { |
| 63 "cmd": [], | |
| 64 "name": "ensure_goma" | 63 "name": "ensure_goma" |
| 65 }, | 64 }, |
| 66 { | 65 { |
| 67 "cmd": [ | 66 "cmd": [ |
| 68 "python", | 67 "python", |
| 69 "-u", | 68 "-u", |
| 70 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", | 69 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 71 "--platform", | 70 "--platform", |
| 72 "windows-386", | 71 "windows-386", |
| 73 "--dest-directory", | 72 "--dest-directory", |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \"
mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v
8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}" | 320 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-win-release\", \"buildnumber\": 571, \"
mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v
8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/
path/to/workdir/TestSlavename\"}" |
| 322 ], | 321 ], |
| 323 "name": "package build" | 322 "name": "package build" |
| 324 }, | 323 }, |
| 325 { | 324 { |
| 326 "name": "$result", | 325 "name": "$result", |
| 327 "recipe_result": null, | 326 "recipe_result": null, |
| 328 "status_code": 0 | 327 "status_code": 0 |
| 329 } | 328 } |
| 330 ] | 329 ] |
| OLD | NEW |