| 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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 "WebKit Win x64 Builder", | 281 "WebKit Win x64 Builder", |
| 282 "--config-file", | 282 "--config-file", |
| 283 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 283 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 284 "--goma-dir", | 284 "--goma-dir", |
| 285 "[CACHE]\\cipd\\goma", | 285 "[CACHE]\\cipd\\goma", |
| 286 "--swarming-targets-file", | 286 "--swarming-targets-file", |
| 287 "browser_tests\n", | 287 "browser_tests\n", |
| 288 "//out/Release_x64" | 288 "//out/Release_x64" |
| 289 ], | 289 ], |
| 290 "cwd": "[SLAVE_BUILD]", | 290 "cwd": "[SLAVE_BUILD]", |
| 291 "env": { |
| 292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 293 }, |
| 291 "name": "generate_build_files", | 294 "name": "generate_build_files", |
| 292 "~followup_annotations": [ | 295 "~followup_annotations": [ |
| 293 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 296 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 294 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 297 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 295 ] | 298 ] |
| 296 }, | 299 }, |
| 297 { | 300 { |
| 298 "cmd": [ | 301 "cmd": [ |
| 299 "python", | 302 "python", |
| 300 "-u", | 303 "-u", |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 ], | 443 ], |
| 441 "cwd": "[SLAVE_BUILD]", | 444 "cwd": "[SLAVE_BUILD]", |
| 442 "name": "process_dumps" | 445 "name": "process_dumps" |
| 443 }, | 446 }, |
| 444 { | 447 { |
| 445 "name": "$result", | 448 "name": "$result", |
| 446 "recipe_result": null, | 449 "recipe_result": null, |
| 447 "status_code": 0 | 450 "status_code": 0 |
| 448 } | 451 } |
| 449 ] | 452 ] |
| OLD | NEW |