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]\\winx64nvidia_perf_bisect\\src\\testing\\scripts\\get_com
pile_targets.py", | 216 "[BUILDER_CACHE]\\winx64nvidia_perf_bisect\\src\\testing\\scripts\\get_com
pile_targets.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_x64", | 221 "Release_x64", |
222 "--paths", | 222 "--paths", |
223 "{\"checkout\": \"[BUILDER_CACHE]\\\\winx64nvidia_perf_bisect\\\\src\", \"
runit.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"ru
ntest.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | 223 "{\"checkout\": \"[BUILDER_CACHE]\\\\winx64nvidia_perf_bisect\\\\src\", \"
runit.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"ru
ntest.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
224 "--properties", | 224 "--properties", |
225 "{\"buildername\": \"winx64nvidia_perf_bisect\", \"buildnumber\": 571, \"m
astername\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"ta
rget_platform\": \"win\"}" | 225 "{\"buildername\": \"winx64nvidia_perf_bisect\", \"buildnumber\": 571, \"m
astername\": \"tryserver.chromium.perf\", \"results-url\": \"https://chromeperf.
appspot.com\", \"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 |