| 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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 "--gsutil-py-path", | 314 "--gsutil-py-path", |
| 315 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 315 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 316 "--ninja-path", | 316 "--ninja-path", |
| 317 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 317 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 318 "--target", | 318 "--target", |
| 319 "Release", | 319 "Release", |
| 320 "--src-dir", | 320 "--src-dir", |
| 321 "[BUILDER_CACHE]\\win\\src", | 321 "[BUILDER_CACHE]\\win\\src", |
| 322 "--goma-cache-dir", | 322 "--goma-cache-dir", |
| 323 "[GOMA_CACHE]", | 323 "[GOMA_CACHE]", |
| 324 "--buildbot-buildername", | |
| 325 "Win SyzyAsan (rel)", | |
| 326 "--buildbot-mastername", | |
| 327 "chromium.fyi", | |
| 328 "--buildbot-slavename", | |
| 329 "TestSlavename", | |
| 330 "--goma-deps-cache-dir", | 324 "--goma-deps-cache-dir", |
| 331 "[GOMA_DEPS_CACHE]", | 325 "[GOMA_DEPS_CACHE]", |
| 332 "--build-data-dir", | 326 "--build-data-dir", |
| 333 "[ROOT]\\build_data_dir", | 327 "[ROOT]\\build_data_dir", |
| 334 "--compiler", | 328 "--compiler", |
| 335 "goma", | 329 "goma", |
| 336 "--goma-jsonstatus", | 330 "--goma-jsonstatus", |
| 337 "/path/to/tmp/json", | 331 "/path/to/tmp/json", |
| 338 "--goma-service-account-json-file", | 332 "--goma-service-account-json-file", |
| 339 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 333 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 350 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 344 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 351 "@@@STEP_LOG_END@json.output (invalid)@@@" | 345 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 352 ] | 346 ] |
| 353 }, | 347 }, |
| 354 { | 348 { |
| 355 "name": "$result", | 349 "name": "$result", |
| 356 "recipe_result": null, | 350 "recipe_result": null, |
| 357 "status_code": 0 | 351 "status_code": 0 |
| 358 } | 352 } |
| 359 ] | 353 ] |
| OLD | NEW |