| 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 "cmd": [ | 143 "cmd": [ |
| 144 "python", | 144 "python", |
| 145 "-u", | 145 "-u", |
| 146 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 146 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 147 "runhooks" | 147 "runhooks" |
| 148 ], | 148 ], |
| 149 "cwd": "[SLAVE_BUILD]\\v8", | 149 "cwd": "[SLAVE_BUILD]\\v8", |
| 150 "env": { | 150 "env": { |
| 151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 152 "GYP_CHROMIUM_NO_ACTION": "1", | 152 "GYP_CHROMIUM_NO_ACTION": "1", |
| 153 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go
madir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_gom
a=1 v8_target_arch=ia32 v8_use_snapshot=false", | 153 "GYP_DEFINES": "component=shared_library fastbuild=1 gomadir='[CACHE]\\cip
d\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_target_arch=
ia32 v8_use_snapshot=false", |
| 154 "GYP_GENERATORS": "ninja", | 154 "GYP_GENERATORS": "ninja", |
| 155 "GYP_MSVS_VERSION": "2013", | 155 "GYP_MSVS_VERSION": "2013", |
| 156 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 156 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 157 }, | 157 }, |
| 158 "name": "gclient runhooks" | 158 "name": "gclient runhooks" |
| 159 }, | 159 }, |
| 160 { | 160 { |
| 161 "cmd": [ | 161 "cmd": [ |
| 162 "python", | 162 "python", |
| 163 "-u", | 163 "-u", |
| (...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 610 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 611 "@@@STEP_LOG_END@durations@@@" | 611 "@@@STEP_LOG_END@durations@@@" |
| 612 ] | 612 ] |
| 613 }, | 613 }, |
| 614 { | 614 { |
| 615 "name": "$result", | 615 "name": "$result", |
| 616 "recipe_result": null, | 616 "recipe_result": null, |
| 617 "status_code": 0 | 617 "status_code": 0 |
| 618 } | 618 } |
| 619 ] | 619 ] |
| OLD | NEW |