| 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", |
| 305 "--goma-deps-cache-dir", | 311 "--goma-deps-cache-dir", |
| 306 "[GOMA_DEPS_CACHE]", | 312 "[GOMA_DEPS_CACHE]", |
| 307 "--build-data-dir", | 313 "--build-data-dir", |
| 308 "[ROOT]\\build_data_dir", | 314 "[ROOT]\\build_data_dir", |
| 309 "--compiler", | 315 "--compiler", |
| 310 "goma-clang", | 316 "goma-clang", |
| 311 "--goma-jsonstatus", | 317 "--goma-jsonstatus", |
| 312 "/path/to/tmp/json", | 318 "/path/to/tmp/json", |
| 313 "--goma-service-account-json-file", | 319 "--goma-service-account-json-file", |
| 314 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 320 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 405 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 400 "@@@STEP_LOG_END@python.inline@@@" | 406 "@@@STEP_LOG_END@python.inline@@@" |
| 401 ] | 407 ] |
| 402 }, | 408 }, |
| 403 { | 409 { |
| 404 "name": "$result", | 410 "name": "$result", |
| 405 "recipe_result": null, | 411 "recipe_result": null, |
| 406 "status_code": 0 | 412 "status_code": 0 |
| 407 } | 413 } |
| 408 ] | 414 ] |
| OLD | NEW |