| 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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 "-m", | 261 "-m", |
| 262 "chromium.fyi", | 262 "chromium.fyi", |
| 263 "-b", | 263 "-b", |
| 264 "Site Isolation Win", | 264 "Site Isolation Win", |
| 265 "--config-file", | 265 "--config-file", |
| 266 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\tools\\mb\\mb_config.pyl", | 266 "[BUILDER_CACHE]\\Site_Isolation_Win\\src\\tools\\mb\\mb_config.pyl", |
| 267 "--goma-dir", | 267 "--goma-dir", |
| 268 "[CACHE]\\cipd\\goma", | 268 "[CACHE]\\cipd\\goma", |
| 269 "//out/Release" | 269 "//out/Release" |
| 270 ], | 270 ], |
| 271 "cwd": "[BUILDER_CACHE]\\Site_Isolation_Win\\src", |
| 271 "env": { | 272 "env": { |
| 272 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 273 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 273 }, | 274 }, |
| 274 "name": "generate_build_files" | 275 "name": "generate_build_files" |
| 275 }, | 276 }, |
| 276 { | 277 { |
| 277 "cmd": [ | 278 "cmd": [ |
| 278 "python", | 279 "python", |
| 279 "-u", | 280 "-u", |
| 280 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 281 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 397 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 397 }, | 398 }, |
| 398 "name": "process_dumps" | 399 "name": "process_dumps" |
| 399 }, | 400 }, |
| 400 { | 401 { |
| 401 "name": "$result", | 402 "name": "$result", |
| 402 "recipe_result": null, | 403 "recipe_result": null, |
| 403 "status_code": 0 | 404 "status_code": 0 |
| 404 } | 405 } |
| 405 ] | 406 ] |
| OLD | NEW |