| 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 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 "-m", | 280 "-m", |
| 281 "chromium.chrome", | 281 "chromium.chrome", |
| 282 "-b", | 282 "-b", |
| 283 "Google Chrome Win", | 283 "Google Chrome Win", |
| 284 "--config-file", | 284 "--config-file", |
| 285 "[BUILDER_CACHE]\\win_chrome\\src\\tools\\mb\\mb_config.pyl", | 285 "[BUILDER_CACHE]\\win_chrome\\src\\tools\\mb\\mb_config.pyl", |
| 286 "--goma-dir", | 286 "--goma-dir", |
| 287 "[CACHE]\\cipd\\goma", | 287 "[CACHE]\\cipd\\goma", |
| 288 "//out/Release" | 288 "//out/Release" |
| 289 ], | 289 ], |
| 290 "cwd": "[BUILDER_CACHE]\\win_chrome\\src", |
| 290 "env": { | 291 "env": { |
| 291 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 292 }, | 293 }, |
| 293 "name": "generate_build_files" | 294 "name": "generate_build_files" |
| 294 }, | 295 }, |
| 295 { | 296 { |
| 296 "cmd": [ | 297 "cmd": [ |
| 297 "python", | 298 "python", |
| 298 "-u", | 299 "-u", |
| 299 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 300 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 385 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 385 }, | 386 }, |
| 386 "name": "process_dumps" | 387 "name": "process_dumps" |
| 387 }, | 388 }, |
| 388 { | 389 { |
| 389 "name": "$result", | 390 "name": "$result", |
| 390 "recipe_result": null, | 391 "recipe_result": null, |
| 391 "status_code": 0 | 392 "status_code": 0 |
| 392 } | 393 } |
| 393 ] | 394 ] |
| OLD | NEW |