| 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 ] | 86 ] |
| 87 }, | 87 }, |
| 88 { | 88 { |
| 89 "cmd": [], | 89 "cmd": [], |
| 90 "name": "ensure_goma" | 90 "name": "ensure_goma" |
| 91 }, | 91 }, |
| 92 { | 92 { |
| 93 "cmd": [ | 93 "cmd": [ |
| 94 "python", | 94 "python", |
| 95 "-u", | 95 "-u", |
| 96 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 96 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 97 "--platform", | 97 "--platform", |
| 98 "windows-amd64", | 98 "windows-amd64", |
| 99 "--dest-directory", | 99 "--dest-directory", |
| 100 "[SLAVE_BUILD]\\cipd", | 100 "[SLAVE_BUILD]\\cipd", |
| 101 "--json-output", | 101 "--json-output", |
| 102 "/path/to/tmp/json" | 102 "/path/to/tmp/json" |
| 103 ], | 103 ], |
| 104 "name": "ensure_goma.install cipd", | 104 "name": "ensure_goma.install cipd", |
| 105 "~followup_annotations": [ | 105 "~followup_annotations": [ |
| 106 "@@@STEP_NEST_LEVEL@1@@@", | 106 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1151 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1151 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1152 "@@@STEP_LOG_END@durations@@@" | 1152 "@@@STEP_LOG_END@durations@@@" |
| 1153 ] | 1153 ] |
| 1154 }, | 1154 }, |
| 1155 { | 1155 { |
| 1156 "name": "$result", | 1156 "name": "$result", |
| 1157 "recipe_result": null, | 1157 "recipe_result": null, |
| 1158 "status_code": 0 | 1158 "status_code": 0 |
| 1159 } | 1159 } |
| 1160 ] | 1160 ] |
| OLD | NEW |