| 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 "-u", | 215 "-u", |
| 216 "[BUILDER_CACHE]\\win_perf_bisect\\src\\testing\\scripts\\get_compile_targ
ets.py", | 216 "[BUILDER_CACHE]\\win_perf_bisect\\src\\testing\\scripts\\get_compile_targ
ets.py", |
| 217 "--output", | 217 "--output", |
| 218 "/path/to/tmp/json", | 218 "/path/to/tmp/json", |
| 219 "--", | 219 "--", |
| 220 "--build-config-fs", | 220 "--build-config-fs", |
| 221 "Release", | 221 "Release", |
| 222 "--paths", | 222 "--paths", |
| 223 "{\"checkout\": \"[BUILDER_CACHE]\\\\win_perf_bisect\\\\src\", \"runit.py\
": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\
": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 223 "{\"checkout\": \"[BUILDER_CACHE]\\\\win_perf_bisect\\\\src\", \"runit.py\
": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\
": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 224 "--properties", | 224 "--properties", |
| 225 "{\"buildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername
\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_plat
form\": \"win\"}" | 225 "{\"buildername\": \"win_perf_bisect\", \"buildnumber\": 571, \"mastername
\": \"tryserver.chromium.perf\", \"results-url\": \"https://chromeperf.appspot.c
om\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}" |
| 226 ], | 226 ], |
| 227 "name": "get compile targets for scripts", | 227 "name": "get compile targets for scripts", |
| 228 "~followup_annotations": [ | 228 "~followup_annotations": [ |
| 229 "@@@STEP_LOG_LINE@json.output@{}@@@", | 229 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 230 "@@@STEP_LOG_END@json.output@@@" | 230 "@@@STEP_LOG_END@json.output@@@" |
| 231 ] | 231 ] |
| 232 }, | 232 }, |
| 233 { | 233 { |
| 234 "cmd": [ | 234 "cmd": [ |
| 235 "python", | 235 "python", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 "571" | 297 "571" |
| 298 ], | 298 ], |
| 299 "name": "extract build" | 299 "name": "extract build" |
| 300 }, | 300 }, |
| 301 { | 301 { |
| 302 "name": "$result", | 302 "name": "$result", |
| 303 "recipe_result": null, | 303 "recipe_result": null, |
| 304 "status_code": 0 | 304 "status_code": 0 |
| 305 } | 305 } |
| 306 ] | 306 ] |
| OLD | NEW |