| 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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 "--gsutil-py-path", | 372 "--gsutil-py-path", |
| 373 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 373 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 374 "--ninja-path", | 374 "--ninja-path", |
| 375 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 375 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 376 "--target", | 376 "--target", |
| 377 "Release", | 377 "Release", |
| 378 "--src-dir", | 378 "--src-dir", |
| 379 "[BUILDER_CACHE]\\win_clang\\src", | 379 "[BUILDER_CACHE]\\win_clang\\src", |
| 380 "--goma-cache-dir", | 380 "--goma-cache-dir", |
| 381 "[GOMA_CACHE]", | 381 "[GOMA_CACHE]", |
| 382 "--buildbot-buildername", | |
| 383 "CrWinClang", | |
| 384 "--buildbot-mastername", | |
| 385 "chromium.fyi", | |
| 386 "--buildbot-slavename", | |
| 387 "TestSlavename", | |
| 388 "--goma-deps-cache-dir", | 382 "--goma-deps-cache-dir", |
| 389 "[GOMA_DEPS_CACHE]", | 383 "[GOMA_DEPS_CACHE]", |
| 390 "--build-data-dir", | 384 "--build-data-dir", |
| 391 "[ROOT]\\build_data_dir", | 385 "[ROOT]\\build_data_dir", |
| 392 "--compiler", | 386 "--compiler", |
| 393 "goma-clang", | 387 "goma-clang", |
| 394 "--goma-jsonstatus", | 388 "--goma-jsonstatus", |
| 395 "/path/to/tmp/json", | 389 "/path/to/tmp/json", |
| 396 "--goma-service-account-json-file", | 390 "--goma-service-account-json-file", |
| 397 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 391 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 "~followup_annotations": [ | 493 "~followup_annotations": [ |
| 500 "@@@STEP_TEXT@CrWinClang tester@@@" | 494 "@@@STEP_TEXT@CrWinClang tester@@@" |
| 501 ] | 495 ] |
| 502 }, | 496 }, |
| 503 { | 497 { |
| 504 "name": "$result", | 498 "name": "$result", |
| 505 "recipe_result": null, | 499 "recipe_result": null, |
| 506 "status_code": 0 | 500 "status_code": 0 |
| 507 } | 501 } |
| 508 ] | 502 ] |
| OLD | NEW |