| 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 "tryserver.chromium.perf", | 226 "tryserver.chromium.perf", |
| 227 "-b", | 227 "-b", |
| 228 "winx64_bisect_builder", | 228 "winx64_bisect_builder", |
| 229 "--config-file", | 229 "--config-file", |
| 230 "[BUILDER_CACHE]\\winx64_bisect_builder\\src\\tools\\mb\\mb_config.pyl", | 230 "[BUILDER_CACHE]\\winx64_bisect_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]\\winx64_bisect_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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 354 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 354 }, | 355 }, |
| 355 "name": "process_dumps" | 356 "name": "process_dumps" |
| 356 }, | 357 }, |
| 357 { | 358 { |
| 358 "name": "$result", | 359 "name": "$result", |
| 359 "recipe_result": null, | 360 "recipe_result": null, |
| 360 "status_code": 0 | 361 "status_code": 0 |
| 361 } | 362 } |
| 362 ] | 363 ] |
| OLD | NEW |