| 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", | |
| 229 "--goma-deps-cache-dir", | 223 "--goma-deps-cache-dir", |
| 230 "[GOMA_DEPS_CACHE]", | 224 "[GOMA_DEPS_CACHE]", |
| 231 "--build-data-dir", | 225 "--build-data-dir", |
| 232 "[ROOT]\\build_data_dir", | 226 "[ROOT]\\build_data_dir", |
| 233 "--", | 227 "--", |
| 234 "chromium_builder_asan" | 228 "chromium_builder_asan" |
| 235 ], | 229 ], |
| 236 "env": { | 230 "env": { |
| 237 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 231 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 238 }, | 232 }, |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 305 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 312 "@@@STEP_LOG_END@python.inline@@@" | 306 "@@@STEP_LOG_END@python.inline@@@" |
| 313 ] | 307 ] |
| 314 }, | 308 }, |
| 315 { | 309 { |
| 316 "name": "$result", | 310 "name": "$result", |
| 317 "recipe_result": null, | 311 "recipe_result": null, |
| 318 "status_code": 0 | 312 "status_code": 0 |
| 319 } | 313 } |
| 320 ] | 314 ] |
| OLD | NEW |