| 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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 "--gsutil-py-path", | 332 "--gsutil-py-path", |
| 333 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 333 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 334 "--ninja-path", | 334 "--ninja-path", |
| 335 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 335 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 336 "--target", | 336 "--target", |
| 337 "Release", | 337 "Release", |
| 338 "--src-dir", | 338 "--src-dir", |
| 339 "[BUILDER_CACHE]\\win\\src", | 339 "[BUILDER_CACHE]\\win\\src", |
| 340 "--goma-cache-dir", | 340 "--goma-cache-dir", |
| 341 "[GOMA_CACHE]", | 341 "[GOMA_CACHE]", |
| 342 "--buildbot-buildername", | |
| 343 "GPU Win Builder", | |
| 344 "--buildbot-mastername", | |
| 345 "chromium.gpu", | |
| 346 "--buildbot-slavename", | |
| 347 "TestSlavename", | |
| 348 "--goma-deps-cache-dir", | 342 "--goma-deps-cache-dir", |
| 349 "[GOMA_DEPS_CACHE]", | 343 "[GOMA_DEPS_CACHE]", |
| 350 "--build-data-dir", | 344 "--build-data-dir", |
| 351 "[ROOT]\\build_data_dir", | 345 "[ROOT]\\build_data_dir", |
| 352 "--compiler", | 346 "--compiler", |
| 353 "goma", | 347 "goma", |
| 354 "--goma-jsonstatus", | 348 "--goma-jsonstatus", |
| 355 "/path/to/tmp/json", | 349 "/path/to/tmp/json", |
| 356 "--goma-service-account-json-file", | 350 "--goma-service-account-json-file", |
| 357 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 351 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 459 "~followup_annotations": [ | 453 "~followup_annotations": [ |
| 460 "@@@STEP_TEXT@Win7 Release (NVIDIA)@@@" | 454 "@@@STEP_TEXT@Win7 Release (NVIDIA)@@@" |
| 461 ] | 455 ] |
| 462 }, | 456 }, |
| 463 { | 457 { |
| 464 "name": "$result", | 458 "name": "$result", |
| 465 "recipe_result": null, | 459 "recipe_result": null, |
| 466 "status_code": 0 | 460 "status_code": 0 |
| 467 } | 461 } |
| 468 ] | 462 ] |
| OLD | NEW |