| 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 "--ninja-path", | 213 "--ninja-path", |
| 214 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 214 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 215 "--target", | 215 "--target", |
| 216 "Release", | 216 "Release", |
| 217 "--src-dir", | 217 "--src-dir", |
| 218 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src", | 218 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src", |
| 219 "--goma-cache-dir", | 219 "--goma-cache-dir", |
| 220 "[GOMA_CACHE]", | 220 "[GOMA_CACHE]", |
| 221 "--goma-deps-cache-dir", | 221 "--goma-deps-cache-dir", |
| 222 "[GOMA_DEPS_CACHE]", | 222 "[GOMA_DEPS_CACHE]", |
| 223 "--build-tool", | |
| 224 "ninja", | |
| 225 "--build-data-dir", | 223 "--build-data-dir", |
| 226 "[ROOT]\\build_data_dir", | 224 "[ROOT]\\build_data_dir", |
| 227 "--", | 225 "--", |
| 228 "chromium_builder_asan" | 226 "chromium_builder_asan" |
| 229 ], | 227 ], |
| 230 "env": { | 228 "env": { |
| 231 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 229 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 232 }, | 230 }, |
| 233 "name": "compile" | 231 "name": "compile" |
| 234 }, | 232 }, |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 303 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 306 "@@@STEP_LOG_END@python.inline@@@" | 304 "@@@STEP_LOG_END@python.inline@@@" |
| 307 ] | 305 ] |
| 308 }, | 306 }, |
| 309 { | 307 { |
| 310 "name": "$result", | 308 "name": "$result", |
| 311 "recipe_result": null, | 309 "recipe_result": null, |
| 312 "status_code": 0 | 310 "status_code": 0 |
| 313 } | 311 } |
| 314 ] | 312 ] |
| OLD | NEW |