| 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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 "-b", | 308 "-b", |
| 309 "WebKit Win Builder", | 309 "WebKit Win Builder", |
| 310 "--config-file", | 310 "--config-file", |
| 311 "[BUILDER_CACHE]\\win_layout\\src\\tools\\mb\\mb_config.pyl", | 311 "[BUILDER_CACHE]\\win_layout\\src\\tools\\mb\\mb_config.pyl", |
| 312 "--goma-dir", | 312 "--goma-dir", |
| 313 "[CACHE]\\cipd\\goma", | 313 "[CACHE]\\cipd\\goma", |
| 314 "--swarming-targets-file", | 314 "--swarming-targets-file", |
| 315 "browser_tests\n", | 315 "browser_tests\n", |
| 316 "//out/Release" | 316 "//out/Release" |
| 317 ], | 317 ], |
| 318 "cwd": "[BUILDER_CACHE]\\win_layout\\src", |
| 318 "env": { | 319 "env": { |
| 319 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 320 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 320 }, | 321 }, |
| 321 "name": "generate_build_files", | 322 "name": "generate_build_files", |
| 322 "~followup_annotations": [ | 323 "~followup_annotations": [ |
| 323 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 324 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 324 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 325 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 325 ] | 326 ] |
| 326 }, | 327 }, |
| 327 { | 328 { |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 479 "~followup_annotations": [ | 480 "~followup_annotations": [ |
| 480 "@@@STEP_TEXT@WebKit Win10<br />WebKit Win7@@@" | 481 "@@@STEP_TEXT@WebKit Win10<br />WebKit Win7@@@" |
| 481 ] | 482 ] |
| 482 }, | 483 }, |
| 483 { | 484 { |
| 484 "name": "$result", | 485 "name": "$result", |
| 485 "recipe_result": null, | 486 "recipe_result": null, |
| 486 "status_code": 0 | 487 "status_code": 0 |
| 487 } | 488 } |
| 488 ] | 489 ] |
| OLD | NEW |