| 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 "--gsutil-py-path", | 361 "--gsutil-py-path", |
| 362 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 362 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 363 "--ninja-path", | 363 "--ninja-path", |
| 364 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 364 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 365 "--target", | 365 "--target", |
| 366 "Release", | 366 "Release", |
| 367 "--src-dir", | 367 "--src-dir", |
| 368 "[BUILDER_CACHE]\\CrWinClang_shared_\\src", | 368 "[BUILDER_CACHE]\\CrWinClang_shared_\\src", |
| 369 "--goma-cache-dir", | 369 "--goma-cache-dir", |
| 370 "[GOMA_CACHE]", | 370 "[GOMA_CACHE]", |
| 371 "--buildbot-buildername", | |
| 372 "CrWinClang(shared)", | |
| 373 "--buildbot-mastername", | |
| 374 "chromium.fyi", | |
| 375 "--buildbot-slavename", | |
| 376 "TestSlavename", | |
| 377 "--goma-deps-cache-dir", | 371 "--goma-deps-cache-dir", |
| 378 "[GOMA_DEPS_CACHE]", | 372 "[GOMA_DEPS_CACHE]", |
| 379 "--build-data-dir", | 373 "--build-data-dir", |
| 380 "[ROOT]\\build_data_dir", | 374 "[ROOT]\\build_data_dir", |
| 381 "--compiler", | 375 "--compiler", |
| 382 "goma-clang", | 376 "goma-clang", |
| 383 "--goma-jsonstatus", | 377 "--goma-jsonstatus", |
| 384 "/path/to/tmp/json", | 378 "/path/to/tmp/json", |
| 385 "--goma-service-account-json-file", | 379 "--goma-service-account-json-file", |
| 386 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 380 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 486 "~followup_annotations": [ | 480 "~followup_annotations": [ |
| 487 "@@@STEP_TEXT@CrWinClang(shared) tester@@@" | 481 "@@@STEP_TEXT@CrWinClang(shared) tester@@@" |
| 488 ] | 482 ] |
| 489 }, | 483 }, |
| 490 { | 484 { |
| 491 "name": "$result", | 485 "name": "$result", |
| 492 "recipe_result": null, | 486 "recipe_result": null, |
| 493 "status_code": 0 | 487 "status_code": 0 |
| 494 } | 488 } |
| 495 ] | 489 ] |
| OLD | NEW |