| 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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 "--gsutil-py-path", | 342 "--gsutil-py-path", |
| 343 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 343 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 344 "--ninja-path", | 344 "--ninja-path", |
| 345 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 345 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 346 "--target", | 346 "--target", |
| 347 "Release_x64", | 347 "Release_x64", |
| 348 "--src-dir", | 348 "--src-dir", |
| 349 "[BUILDER_CACHE]\\win\\src", | 349 "[BUILDER_CACHE]\\win\\src", |
| 350 "--goma-cache-dir", | 350 "--goma-cache-dir", |
| 351 "[GOMA_CACHE]", | 351 "[GOMA_CACHE]", |
| 352 "--buildbot-buildername", |
| 353 "Win x64 Builder", |
| 354 "--buildbot-mastername", |
| 355 "chromium.win", |
| 356 "--buildbot-slavename", |
| 357 "TestSlavename", |
| 352 "--goma-deps-cache-dir", | 358 "--goma-deps-cache-dir", |
| 353 "[GOMA_DEPS_CACHE]", | 359 "[GOMA_DEPS_CACHE]", |
| 354 "--build-data-dir", | 360 "--build-data-dir", |
| 355 "[ROOT]\\build_data_dir", | 361 "[ROOT]\\build_data_dir", |
| 356 "--compiler", | 362 "--compiler", |
| 357 "goma", | 363 "goma", |
| 358 "--goma-jsonstatus", | 364 "--goma-jsonstatus", |
| 359 "/path/to/tmp/json", | 365 "/path/to/tmp/json", |
| 360 "--goma-service-account-json-file", | 366 "--goma-service-account-json-file", |
| 361 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 367 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 "~followup_annotations": [ | 490 "~followup_annotations": [ |
| 485 "@@@STEP_TEXT@Win 7 Tests x64 (1)<br />Win10 Tests x64@@@" | 491 "@@@STEP_TEXT@Win 7 Tests x64 (1)<br />Win10 Tests x64@@@" |
| 486 ] | 492 ] |
| 487 }, | 493 }, |
| 488 { | 494 { |
| 489 "name": "$result", | 495 "name": "$result", |
| 490 "recipe_result": null, | 496 "recipe_result": null, |
| 491 "status_code": 0 | 497 "status_code": 0 |
| 492 } | 498 } |
| 493 ] | 499 ] |
| OLD | NEW |