| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 ] | 66 ] |
| 67 }, | 67 }, |
| 68 { | 68 { |
| 69 "cmd": [], | 69 "cmd": [], |
| 70 "name": "ensure_goma" | 70 "name": "ensure_goma" |
| 71 }, | 71 }, |
| 72 { | 72 { |
| 73 "cmd": [ | 73 "cmd": [ |
| 74 "python", | 74 "python", |
| 75 "-u", | 75 "-u", |
| 76 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 76 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 77 "--platform", | 77 "--platform", |
| 78 "windows-386", | 78 "windows-386", |
| 79 "--dest-directory", | 79 "--dest-directory", |
| 80 "[SLAVE_BUILD]\\cipd", | 80 "[SLAVE_BUILD]\\cipd", |
| 81 "--json-output", | 81 "--json-output", |
| 82 "/path/to/tmp/json" | 82 "/path/to/tmp/json" |
| 83 ], | 83 ], |
| 84 "name": "ensure_goma.install cipd", | 84 "name": "ensure_goma.install cipd", |
| 85 "~followup_annotations": [ | 85 "~followup_annotations": [ |
| 86 "@@@STEP_NEST_LEVEL@1@@@", | 86 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 "{\"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\"}" | 285 "{\"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\"}" |
| 286 ], | 286 ], |
| 287 "name": "package build" | 287 "name": "package build" |
| 288 }, | 288 }, |
| 289 { | 289 { |
| 290 "name": "$result", | 290 "name": "$result", |
| 291 "recipe_result": null, | 291 "recipe_result": null, |
| 292 "status_code": 0 | 292 "status_code": 0 |
| 293 } | 293 } |
| 294 ] | 294 ] |
| OLD | NEW |