| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", | 79 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", |
| 80 "--version" | 80 "--version" |
| 81 ], | 81 ], |
| 82 "name": "swarming.py --version", | 82 "name": "swarming.py --version", |
| 83 "stdout": "/path/to/tmp/", | 83 "stdout": "/path/to/tmp/", |
| 84 "~followup_annotations": [ | 84 "~followup_annotations": [ |
| 85 "@@@STEP_TEXT@0.8.6@@@" | 85 "@@@STEP_TEXT@0.8.6@@@" |
| 86 ] | 86 ] |
| 87 }, | 87 }, |
| 88 { | 88 { |
| 89 "cmd": [], | |
| 90 "name": "ensure_goma" | 89 "name": "ensure_goma" |
| 91 }, | 90 }, |
| 92 { | 91 { |
| 93 "cmd": [ | 92 "cmd": [ |
| 94 "python", | 93 "python", |
| 95 "-u", | 94 "-u", |
| 96 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", | 95 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 97 "--platform", | 96 "--platform", |
| 98 "windows-amd64", | 97 "windows-amd64", |
| 99 "--dest-directory", | 98 "--dest-directory", |
| (...skipping 962 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1062 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1061 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1063 "@@@STEP_LOG_END@durations@@@" | 1062 "@@@STEP_LOG_END@durations@@@" |
| 1064 ] | 1063 ] |
| 1065 }, | 1064 }, |
| 1066 { | 1065 { |
| 1067 "name": "$result", | 1066 "name": "$result", |
| 1068 "recipe_result": null, | 1067 "recipe_result": null, |
| 1069 "status_code": 0 | 1068 "status_code": 0 |
| 1070 } | 1069 } |
| 1071 ] | 1070 ] |
| OLD | NEW |