| 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 "Win Builder-Trybot", | 290 "Win Builder-Trybot", |
| 291 "--config-file", | 291 "--config-file", |
| 292 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 292 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 293 "--goma-dir", | 293 "--goma-dir", |
| 294 "[CACHE]\\cipd\\goma", | 294 "[CACHE]\\cipd\\goma", |
| 295 "--swarming-targets-file", | 295 "--swarming-targets-file", |
| 296 "browser_tests\n", | 296 "browser_tests\n", |
| 297 "//out/Release" | 297 "//out/Release" |
| 298 ], | 298 ], |
| 299 "cwd": "[SLAVE_BUILD]", | 299 "cwd": "[SLAVE_BUILD]", |
| 300 "env": { |
| 301 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 302 }, |
| 300 "name": "generate_build_files", | 303 "name": "generate_build_files", |
| 301 "~followup_annotations": [ | 304 "~followup_annotations": [ |
| 302 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 305 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 303 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 306 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 304 ] | 307 ] |
| 305 }, | 308 }, |
| 306 { | 309 { |
| 307 "cmd": [ | 310 "cmd": [ |
| 308 "python", | 311 "python", |
| 309 "-u", | 312 "-u", |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 "~followup_annotations": [ | 440 "~followup_annotations": [ |
| 438 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@" | 441 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@" |
| 439 ] | 442 ] |
| 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 |