| 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.fyi", | 281 "chromium.fyi", |
| 282 "-b", | 282 "-b", |
| 283 "CrWin7Goma(clbr)", | 283 "CrWin7Goma(clbr)", |
| 284 "--config-file", | 284 "--config-file", |
| 285 "[BUILDER_CACHE]\\CrWin7Goma_clbr_\\src\\tools\\mb\\mb_config.pyl", | 285 "[BUILDER_CACHE]\\CrWin7Goma_clbr_\\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]\\CrWin7Goma_clbr_\\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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 409 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 409 }, | 410 }, |
| 410 "name": "process_dumps" | 411 "name": "process_dumps" |
| 411 }, | 412 }, |
| 412 { | 413 { |
| 413 "name": "$result", | 414 "name": "$result", |
| 414 "recipe_result": null, | 415 "recipe_result": null, |
| 415 "status_code": 0 | 416 "status_code": 0 |
| 416 } | 417 } |
| 417 ] | 418 ] |
| OLD | NEW |