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