| 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 "CrWinClang(dbg)", | 287 "CrWinClang(dbg)", |
| 288 "--config-file", | 288 "--config-file", |
| 289 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 289 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 290 "--goma-dir", | 290 "--goma-dir", |
| 291 "[CACHE]\\cipd\\goma", | 291 "[CACHE]\\cipd\\goma", |
| 292 "--swarming-targets-file", | 292 "--swarming-targets-file", |
| 293 "browser_tests\n", | 293 "browser_tests\n", |
| 294 "//out/Debug" | 294 "//out/Debug" |
| 295 ], | 295 ], |
| 296 "cwd": "[SLAVE_BUILD]", | 296 "cwd": "[SLAVE_BUILD]", |
| 297 "env": { |
| 298 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 299 }, |
| 297 "name": "generate_build_files", | 300 "name": "generate_build_files", |
| 298 "~followup_annotations": [ | 301 "~followup_annotations": [ |
| 299 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 302 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 300 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 303 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 301 ] | 304 ] |
| 302 }, | 305 }, |
| 303 { | 306 { |
| 304 "allow_subannotations": true, | 307 "allow_subannotations": true, |
| 305 "cmd": [ | 308 "cmd": [ |
| 306 "python", | 309 "python", |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 "~followup_annotations": [ | 454 "~followup_annotations": [ |
| 452 "@@@STEP_TEXT@CrWinClang(dbg) tester@@@" | 455 "@@@STEP_TEXT@CrWinClang(dbg) tester@@@" |
| 453 ] | 456 ] |
| 454 }, | 457 }, |
| 455 { | 458 { |
| 456 "name": "$result", | 459 "name": "$result", |
| 457 "recipe_result": null, | 460 "recipe_result": null, |
| 458 "status_code": 0 | 461 "status_code": 0 |
| 459 } | 462 } |
| 460 ] | 463 ] |
| OLD | NEW |