| 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 "--gsutil-py-path", | 295 "--gsutil-py-path", |
| 296 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 296 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 297 "--ninja-path", | 297 "--ninja-path", |
| 298 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 298 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 299 "--target", | 299 "--target", |
| 300 "Release", | 300 "Release", |
| 301 "--src-dir", | 301 "--src-dir", |
| 302 "[BUILDER_CACHE]\\Win_ASan_Release_Coverage\\src", | 302 "[BUILDER_CACHE]\\Win_ASan_Release_Coverage\\src", |
| 303 "--goma-cache-dir", | 303 "--goma-cache-dir", |
| 304 "[GOMA_CACHE]", | 304 "[GOMA_CACHE]", |
| 305 "--buildbot-buildername", | |
| 306 "Win ASan Release Coverage", | |
| 307 "--buildbot-mastername", | |
| 308 "chromium.lkgr", | |
| 309 "--buildbot-slavename", | |
| 310 "TestSlavename", | |
| 311 "--goma-deps-cache-dir", | 305 "--goma-deps-cache-dir", |
| 312 "[GOMA_DEPS_CACHE]", | 306 "[GOMA_DEPS_CACHE]", |
| 313 "--build-data-dir", | 307 "--build-data-dir", |
| 314 "[ROOT]\\build_data_dir", | 308 "[ROOT]\\build_data_dir", |
| 315 "--compiler", | 309 "--compiler", |
| 316 "goma-clang", | 310 "goma-clang", |
| 317 "--goma-jsonstatus", | 311 "--goma-jsonstatus", |
| 318 "/path/to/tmp/json", | 312 "/path/to/tmp/json", |
| 319 "--goma-service-account-json-file", | 313 "--goma-service-account-json-file", |
| 320 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 314 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 399 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 406 "@@@STEP_LOG_END@python.inline@@@" | 400 "@@@STEP_LOG_END@python.inline@@@" |
| 407 ] | 401 ] |
| 408 }, | 402 }, |
| 409 { | 403 { |
| 410 "name": "$result", | 404 "name": "$result", |
| 411 "recipe_result": null, | 405 "recipe_result": null, |
| 412 "status_code": 0 | 406 "status_code": 0 |
| 413 } | 407 } |
| 414 ] | 408 ] |
| OLD | NEW |