| 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 "--src-dir", | 340 "--src-dir", |
| 341 "[BUILDER_CACHE]\\win\\src", | 341 "[BUILDER_CACHE]\\win\\src", |
| 342 "--goma-cache-dir", | 342 "--goma-cache-dir", |
| 343 "[GOMA_CACHE]", | 343 "[GOMA_CACHE]", |
| 344 "--buildbot-buildername", | 344 "--buildbot-buildername", |
| 345 "Win x64 Builder", | 345 "Win x64 Builder", |
| 346 "--buildbot-mastername", | 346 "--buildbot-mastername", |
| 347 "chromium.win", | 347 "chromium.win", |
| 348 "--buildbot-slavename", | 348 "--buildbot-slavename", |
| 349 "TestSlavename", | 349 "TestSlavename", |
| 350 "--goma-deps-cache-dir", | 350 "--goma-deps-cache-file", |
| 351 "[GOMA_DEPS_CACHE]", | 351 "Win_x64_Builder.gomadeps", |
| 352 "--build-data-dir", | 352 "--build-data-dir", |
| 353 "[ROOT]\\build_data_dir", | 353 "[ROOT]\\build_data_dir", |
| 354 "--compiler", | 354 "--compiler", |
| 355 "goma", | 355 "goma", |
| 356 "--goma-jsonstatus", | 356 "--goma-jsonstatus", |
| 357 "/path/to/tmp/json", | 357 "/path/to/tmp/json", |
| 358 "--goma-service-account-json-file", | 358 "--goma-service-account-json-file", |
| 359 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 359 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 360 "--goma-dir", | 360 "--goma-dir", |
| 361 "[CACHE]\\cipd\\goma", | 361 "[CACHE]\\cipd\\goma", |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 "~followup_annotations": [ | 482 "~followup_annotations": [ |
| 483 "@@@STEP_TEXT@Win 7 Tests x64 (1)<br />Win10 Tests x64@@@" | 483 "@@@STEP_TEXT@Win 7 Tests x64 (1)<br />Win10 Tests x64@@@" |
| 484 ] | 484 ] |
| 485 }, | 485 }, |
| 486 { | 486 { |
| 487 "name": "$result", | 487 "name": "$result", |
| 488 "recipe_result": null, | 488 "recipe_result": null, |
| 489 "status_code": 0 | 489 "status_code": 0 |
| 490 } | 490 } |
| 491 ] | 491 ] |
| OLD | NEW |