| 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 "--gsutil-py-path", | 213 "--gsutil-py-path", |
| 214 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 214 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 215 "--ninja-path", | 215 "--ninja-path", |
| 216 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 216 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 217 "--target", | 217 "--target", |
| 218 "Release", | 218 "Release", |
| 219 "--src-dir", | 219 "--src-dir", |
| 220 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src", | 220 "[BUILDER_CACHE]\\Win_SyzyASAN_LKGR\\src", |
| 221 "--goma-cache-dir", | 221 "--goma-cache-dir", |
| 222 "[GOMA_CACHE]", | 222 "[GOMA_CACHE]", |
| 223 "--buildbot-buildername", |
| 224 "Win SyzyASAN LKGR", |
| 225 "--buildbot-mastername", |
| 226 "chromium.lkgr", |
| 227 "--buildbot-slavename", |
| 228 "TestSlavename", |
| 223 "--goma-deps-cache-dir", | 229 "--goma-deps-cache-dir", |
| 224 "[GOMA_DEPS_CACHE]", | 230 "[GOMA_DEPS_CACHE]", |
| 225 "--build-data-dir", | 231 "--build-data-dir", |
| 226 "[ROOT]\\build_data_dir", | 232 "[ROOT]\\build_data_dir", |
| 227 "--", | 233 "--", |
| 228 "chromium_builder_asan" | 234 "chromium_builder_asan" |
| 229 ], | 235 ], |
| 230 "env": { | 236 "env": { |
| 231 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 237 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 232 }, | 238 }, |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 311 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 306 "@@@STEP_LOG_END@python.inline@@@" | 312 "@@@STEP_LOG_END@python.inline@@@" |
| 307 ] | 313 ] |
| 308 }, | 314 }, |
| 309 { | 315 { |
| 310 "name": "$result", | 316 "name": "$result", |
| 311 "recipe_result": null, | 317 "recipe_result": null, |
| 312 "status_code": 0 | 318 "status_code": 0 |
| 313 } | 319 } |
| 314 ] | 320 ] |
| OLD | NEW |