| 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 "--gsutil-py-path", | 252 "--gsutil-py-path", |
| 253 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 253 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 254 "--ninja-path", | 254 "--ninja-path", |
| 255 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 255 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 256 "--target", | 256 "--target", |
| 257 "Release", | 257 "Release", |
| 258 "--src-dir", | 258 "--src-dir", |
| 259 "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN\\src", | 259 "[BUILDER_CACHE]\\Chromium_Win_SyzyASAN\\src", |
| 260 "--goma-cache-dir", | 260 "--goma-cache-dir", |
| 261 "[GOMA_CACHE]", | 261 "[GOMA_CACHE]", |
| 262 "--buildbot-buildername", | |
| 263 "Chromium Win SyzyASAN", | |
| 264 "--buildbot-mastername", | |
| 265 "client.v8.fyi", | |
| 266 "--buildbot-slavename", | |
| 267 "TestSlavename", | |
| 268 "--goma-deps-cache-dir", | 262 "--goma-deps-cache-dir", |
| 269 "[GOMA_DEPS_CACHE]", | 263 "[GOMA_DEPS_CACHE]", |
| 270 "--build-data-dir", | 264 "--build-data-dir", |
| 271 "[ROOT]\\build_data_dir", | 265 "[ROOT]\\build_data_dir", |
| 272 "--", | 266 "--", |
| 273 "chromium_builder_asan" | 267 "chromium_builder_asan" |
| 274 ], | 268 ], |
| 275 "env": { | 269 "env": { |
| 276 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 270 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 277 }, | 271 }, |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 385 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 392 "@@@STEP_LOG_END@python.inline@@@" | 386 "@@@STEP_LOG_END@python.inline@@@" |
| 393 ] | 387 ] |
| 394 }, | 388 }, |
| 395 { | 389 { |
| 396 "name": "$result", | 390 "name": "$result", |
| 397 "recipe_result": null, | 391 "recipe_result": null, |
| 398 "status_code": 0 | 392 "status_code": 0 |
| 399 } | 393 } |
| 400 ] | 394 ] |
| OLD | NEW |