| 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 "--ninja-path", | 252 "--ninja-path", |
| 253 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 253 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 254 "--target", | 254 "--target", |
| 255 "Release", | 255 "Release", |
| 256 "--src-dir", | 256 "--src-dir", |
| 257 "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN\\src", | 257 "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN\\src", |
| 258 "--goma-cache-dir", | 258 "--goma-cache-dir", |
| 259 "[GOMA_CACHE]", | 259 "[GOMA_CACHE]", |
| 260 "--goma-deps-cache-dir", | 260 "--goma-deps-cache-dir", |
| 261 "[GOMA_DEPS_CACHE]", | 261 "[GOMA_DEPS_CACHE]", |
| 262 "--build-tool", | |
| 263 "ninja", | |
| 264 "--build-data-dir", | 262 "--build-data-dir", |
| 265 "[ROOT]\\build_data_dir", | 263 "[ROOT]\\build_data_dir", |
| 266 "--", | 264 "--", |
| 267 "chromium_builder_asan" | 265 "chromium_builder_asan" |
| 268 ], | 266 ], |
| 269 "env": { | 267 "env": { |
| 270 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 268 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 271 }, | 269 }, |
| 272 "name": "compile" | 270 "name": "compile" |
| 273 }, | 271 }, |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 383 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 386 "@@@STEP_LOG_END@python.inline@@@" | 384 "@@@STEP_LOG_END@python.inline@@@" |
| 387 ] | 385 ] |
| 388 }, | 386 }, |
| 389 { | 387 { |
| 390 "name": "$result", | 388 "name": "$result", |
| 391 "recipe_result": null, | 389 "recipe_result": null, |
| 392 "status_code": 0 | 390 "status_code": 0 |
| 393 } | 391 } |
| 394 ] | 392 ] |
| OLD | NEW |