| 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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 "tryserver.chromium.perf", | 201 "tryserver.chromium.perf", |
| 202 "-b", | 202 "-b", |
| 203 "winx64ati_perf_bisect", | 203 "winx64ati_perf_bisect", |
| 204 "--config-file", | 204 "--config-file", |
| 205 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 205 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 206 "--goma-dir", | 206 "--goma-dir", |
| 207 "[CACHE]\\cipd\\goma", | 207 "[CACHE]\\cipd\\goma", |
| 208 "//out/Release_x64" | 208 "//out/Release_x64" |
| 209 ], | 209 ], |
| 210 "cwd": "[SLAVE_BUILD]", | 210 "cwd": "[SLAVE_BUILD]", |
| 211 "env": { |
| 212 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 213 }, |
| 211 "name": "generate_build_files" | 214 "name": "generate_build_files" |
| 212 }, | 215 }, |
| 213 { | 216 { |
| 214 "cmd": [ | 217 "cmd": [ |
| 215 "python", | 218 "python", |
| 216 "-u", | 219 "-u", |
| 217 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 220 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 218 "--show-path", | 221 "--show-path", |
| 219 "python", | 222 "python", |
| 220 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 223 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 ], | 319 ], |
| 317 "cwd": "[SLAVE_BUILD]", | 320 "cwd": "[SLAVE_BUILD]", |
| 318 "name": "process_dumps" | 321 "name": "process_dumps" |
| 319 }, | 322 }, |
| 320 { | 323 { |
| 321 "name": "$result", | 324 "name": "$result", |
| 322 "recipe_result": null, | 325 "recipe_result": null, |
| 323 "status_code": 0 | 326 "status_code": 0 |
| 324 } | 327 } |
| 325 ] | 328 ] |
| OLD | NEW |