| 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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 }, | 108 }, |
| 109 { | 109 { |
| 110 "cmd": [ | 110 "cmd": [ |
| 111 "python", | 111 "python", |
| 112 "-u", | 112 "-u", |
| 113 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 113 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 114 "runhooks" | 114 "runhooks" |
| 115 ], | 115 ], |
| 116 "cwd": "[SLAVE_BUILD]", | 116 "cwd": "[SLAVE_BUILD]", |
| 117 "env": { | 117 "env": { |
| 118 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=x64 use_goma=1", | 118 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=x64 use_goma=1", |
| 119 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 119 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 120 }, | 120 }, |
| 121 "name": "gclient runhooks" | 121 "name": "gclient runhooks" |
| 122 }, | 122 }, |
| 123 { | 123 { |
| 124 "cmd": [ | 124 "cmd": [ |
| 125 "python", | 125 "python", |
| 126 "-u", | 126 "-u", |
| 127 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 127 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 128 "--output", | 128 "--output", |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 204 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 205 "@@@STEP_LOG_END@json.output (invalid)@@@" | 205 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 206 ] | 206 ] |
| 207 }, | 207 }, |
| 208 { | 208 { |
| 209 "name": "$result", | 209 "name": "$result", |
| 210 "recipe_result": null, | 210 "recipe_result": null, |
| 211 "status_code": 0 | 211 "status_code": 0 |
| 212 } | 212 } |
| 213 ] | 213 ] |
| OLD | NEW |