| 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 "tryserver.blink", | 338 "tryserver.blink", |
| 339 "-b", | 339 "-b", |
| 340 "win_blink_dbg", | 340 "win_blink_dbg", |
| 341 "--config-file", | 341 "--config-file", |
| 342 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 342 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 343 "--goma-dir", | 343 "--goma-dir", |
| 344 "[CACHE]\\cipd\\goma", | 344 "[CACHE]\\cipd\\goma", |
| 345 "//out/Debug" | 345 "//out/Debug" |
| 346 ], | 346 ], |
| 347 "cwd": "[SLAVE_BUILD]", | 347 "cwd": "[SLAVE_BUILD]", |
| 348 "env": { |
| 349 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 350 }, |
| 348 "name": "generate_build_files (with patch)" | 351 "name": "generate_build_files (with patch)" |
| 349 }, | 352 }, |
| 350 { | 353 { |
| 351 "cmd": [ | 354 "cmd": [ |
| 352 "python", | 355 "python", |
| 353 "-u", | 356 "-u", |
| 354 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 357 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 355 "--show-path", | 358 "--show-path", |
| 356 "python", | 359 "python", |
| 357 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 360 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 ], | 475 ], |
| 473 "cwd": "[SLAVE_BUILD]", | 476 "cwd": "[SLAVE_BUILD]", |
| 474 "name": "process_dumps" | 477 "name": "process_dumps" |
| 475 }, | 478 }, |
| 476 { | 479 { |
| 477 "name": "$result", | 480 "name": "$result", |
| 478 "recipe_result": null, | 481 "recipe_result": null, |
| 479 "status_code": 0 | 482 "status_code": 0 |
| 480 } | 483 } |
| 481 ] | 484 ] |
| OLD | NEW |