| 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 "--gsutil-py-path", | 305 "--gsutil-py-path", |
| 306 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 306 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 307 "--ninja-path", | 307 "--ninja-path", |
| 308 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 308 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 309 "--target", | 309 "--target", |
| 310 "Release", | 310 "Release", |
| 311 "--src-dir", | 311 "--src-dir", |
| 312 "[BUILDER_CACHE]\\Win_Builder__ANGLE_\\src", | 312 "[BUILDER_CACHE]\\Win_Builder__ANGLE_\\src", |
| 313 "--goma-cache-dir", | 313 "--goma-cache-dir", |
| 314 "[GOMA_CACHE]", | 314 "[GOMA_CACHE]", |
| 315 "--buildbot-buildername", |
| 316 "Win Builder (ANGLE)", |
| 317 "--buildbot-mastername", |
| 318 "chromium.fyi", |
| 319 "--buildbot-slavename", |
| 320 "TestSlavename", |
| 315 "--goma-deps-cache-dir", | 321 "--goma-deps-cache-dir", |
| 316 "[GOMA_DEPS_CACHE]", | 322 "[GOMA_DEPS_CACHE]", |
| 317 "--build-data-dir", | 323 "--build-data-dir", |
| 318 "[ROOT]\\build_data_dir", | 324 "[ROOT]\\build_data_dir", |
| 319 "--compiler", | 325 "--compiler", |
| 320 "goma", | 326 "goma", |
| 321 "--goma-jsonstatus", | 327 "--goma-jsonstatus", |
| 322 "/path/to/tmp/json", | 328 "/path/to/tmp/json", |
| 323 "--goma-service-account-json-file", | 329 "--goma-service-account-json-file", |
| 324 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 330 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 "~followup_annotations": [ | 432 "~followup_annotations": [ |
| 427 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" | 433 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" |
| 428 ] | 434 ] |
| 429 }, | 435 }, |
| 430 { | 436 { |
| 431 "name": "$result", | 437 "name": "$result", |
| 432 "recipe_result": null, | 438 "recipe_result": null, |
| 433 "status_code": 0 | 439 "status_code": 0 |
| 434 } | 440 } |
| 435 ] | 441 ] |
| OLD | NEW |