| 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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 "CrWinClang", | 278 "CrWinClang", |
| 279 "--config-file", | 279 "--config-file", |
| 280 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 280 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 281 "--goma-dir", | 281 "--goma-dir", |
| 282 "[CACHE]\\cipd\\goma", | 282 "[CACHE]\\cipd\\goma", |
| 283 "--swarming-targets-file", | 283 "--swarming-targets-file", |
| 284 "browser_tests\n", | 284 "browser_tests\n", |
| 285 "//out/Release" | 285 "//out/Release" |
| 286 ], | 286 ], |
| 287 "cwd": "[SLAVE_BUILD]", | 287 "cwd": "[SLAVE_BUILD]", |
| 288 "env": { |
| 289 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 290 }, |
| 288 "name": "generate_build_files", | 291 "name": "generate_build_files", |
| 289 "~followup_annotations": [ | 292 "~followup_annotations": [ |
| 290 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 293 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 291 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 294 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 292 ] | 295 ] |
| 293 }, | 296 }, |
| 294 { | 297 { |
| 295 "allow_subannotations": true, | 298 "allow_subannotations": true, |
| 296 "cmd": [ | 299 "cmd": [ |
| 297 "python", | 300 "python", |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 "~followup_annotations": [ | 448 "~followup_annotations": [ |
| 446 "@@@STEP_TEXT@CrWinClang tester@@@" | 449 "@@@STEP_TEXT@CrWinClang tester@@@" |
| 447 ] | 450 ] |
| 448 }, | 451 }, |
| 449 { | 452 { |
| 450 "name": "$result", | 453 "name": "$result", |
| 451 "recipe_result": null, | 454 "recipe_result": null, |
| 452 "status_code": 0 | 455 "status_code": 0 |
| 453 } | 456 } |
| 454 ] | 457 ] |
| OLD | NEW |