| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 ] | 92 ] |
| 93 }, | 93 }, |
| 94 { | 94 { |
| 95 "cmd": [], | 95 "cmd": [], |
| 96 "name": "ensure_goma" | 96 "name": "ensure_goma" |
| 97 }, | 97 }, |
| 98 { | 98 { |
| 99 "cmd": [ | 99 "cmd": [ |
| 100 "python", | 100 "python", |
| 101 "-u", | 101 "-u", |
| 102 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 102 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 103 "--platform", | 103 "--platform", |
| 104 "windows-386", | 104 "windows-386", |
| 105 "--dest-directory", | 105 "--dest-directory", |
| 106 "[SLAVE_BUILD]\\cipd", | 106 "[SLAVE_BUILD]\\cipd", |
| 107 "--json-output", | 107 "--json-output", |
| 108 "/path/to/tmp/json" | 108 "/path/to/tmp/json" |
| 109 ], | 109 ], |
| 110 "name": "ensure_goma.install cipd", | 110 "name": "ensure_goma.install cipd", |
| 111 "~followup_annotations": [ | 111 "~followup_annotations": [ |
| 112 "@@@STEP_NEST_LEVEL@1@@@", | 112 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 915 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 915 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 916 "@@@STEP_LOG_END@durations@@@" | 916 "@@@STEP_LOG_END@durations@@@" |
| 917 ] | 917 ] |
| 918 }, | 918 }, |
| 919 { | 919 { |
| 920 "name": "$result", | 920 "name": "$result", |
| 921 "recipe_result": null, | 921 "recipe_result": null, |
| 922 "status_code": 0 | 922 "status_code": 0 |
| 923 } | 923 } |
| 924 ] | 924 ] |
| OLD | NEW |