| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 "-m", | 225 "-m", |
| 226 "chromium.perf", | 226 "chromium.perf", |
| 227 "-b", | 227 "-b", |
| 228 "Win x64 Builder", | 228 "Win x64 Builder", |
| 229 "--config-file", | 229 "--config-file", |
| 230 "[BUILDER_CACHE]\\Win_x64_Builder\\src\\tools\\mb\\mb_config.pyl", | 230 "[BUILDER_CACHE]\\Win_x64_Builder\\src\\tools\\mb\\mb_config.pyl", |
| 231 "--goma-dir", | 231 "--goma-dir", |
| 232 "[CACHE]\\cipd\\goma", | 232 "[CACHE]\\cipd\\goma", |
| 233 "//out/Release_x64" | 233 "//out/Release_x64" |
| 234 ], | 234 ], |
| 235 "cwd": "[BUILDER_CACHE]\\Win_x64_Builder\\src", |
| 235 "env": { | 236 "env": { |
| 236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 237 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 237 }, | 238 }, |
| 238 "name": "generate_build_files" | 239 "name": "generate_build_files" |
| 239 }, | 240 }, |
| 240 { | 241 { |
| 241 "cmd": [ | 242 "cmd": [ |
| 242 "python", | 243 "python", |
| 243 "-u", | 244 "-u", |
| 244 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 245 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| (...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1113 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 1114 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 1114 }, | 1115 }, |
| 1115 "name": "process_dumps" | 1116 "name": "process_dumps" |
| 1116 }, | 1117 }, |
| 1117 { | 1118 { |
| 1118 "name": "$result", | 1119 "name": "$result", |
| 1119 "recipe_result": null, | 1120 "recipe_result": null, |
| 1120 "status_code": 0 | 1121 "status_code": 0 |
| 1121 } | 1122 } |
| 1122 ] | 1123 ] |
| OLD | NEW |