OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport os, sys, shutil\nroot = sys.argv[1]\nnuke_dirs = sys.argv[2:]\nf
or fname in os.listdir(root):\n path = os.path.join(root, fname)\n if os.path.
isfile(path):\n os.unlink(path)\n elif fname in nuke_dirs:\n shutil.rmtre
e(path)\n", | 6 "\nimport os, sys, shutil\nroot = sys.argv[1]\nnuke_dirs = sys.argv[2:]\nf
or fname in os.listdir(root):\n path = os.path.join(root, fname)\n if os.path.
isfile(path):\n os.unlink(path)\n elif fname in nuke_dirs:\n shutil.rmtre
e(path)\n", |
7 "[SLAVE_BUILD]", | 7 "[SLAVE_BUILD]", |
8 "libs", | 8 "libs", |
9 "obj", | 9 "obj", |
10 "armeabi-v7a" | 10 "armeabi-v7a" |
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 "@@@STEP_LOG_LINE@json.output@ \"videoName\": \"vp90-2-bbb_640x360_tile
_1x2_337kbps.webm\"@@@", | 302 "@@@STEP_LOG_LINE@json.output@ \"videoName\": \"vp90-2-bbb_640x360_tile
_1x2_337kbps.webm\"@@@", |
303 "@@@STEP_LOG_LINE@json.output@ }@@@", | 303 "@@@STEP_LOG_LINE@json.output@ }@@@", |
304 "@@@STEP_LOG_LINE@json.output@]@@@", | 304 "@@@STEP_LOG_LINE@json.output@]@@@", |
305 "@@@STEP_LOG_END@json.output@@@" | 305 "@@@STEP_LOG_END@json.output@@@" |
306 ] | 306 ] |
307 }, | 307 }, |
308 { | 308 { |
309 "cmd": [ | 309 "cmd": [ |
310 "python", | 310 "python", |
311 "-u", | 311 "-u", |
312 "RECIPE_MODULE[perf_dashboard]/resources/post_json.py" | 312 "RECIPE_MODULE[build.perf_dashboard]/resources/post_json.py" |
313 ], | 313 ], |
314 "cwd": "[SLAVE_BUILD]", | 314 "cwd": "[SLAVE_BUILD]", |
315 "name": "perf dashboard post", | 315 "name": "perf dashboard post", |
316 "stdin": "{\"data\": [{\"bot\": \"libvpx-bot\", \"buildername\": \"Nexus 5 B
uilder\", \"buildnumber\": \"75\", \"master\": \"client.libvpx\", \"masterid\":
\"client.libvpx\", \"revision\": \"42\", \"test\": \"libvpx/decode/perf_test/nex
us_5/vp90-2-bbb_426x240_tile_1x1_180kbps.webm_1\", \"units\": \"fps\", \"value\"
: 609.82868}, {\"bot\": \"libvpx-bot\", \"buildername\": \"Nexus 5 Builder\", \"
buildnumber\": \"75\", \"master\": \"client.libvpx\", \"masterid\": \"client.lib
vpx\", \"revision\": \"42\", \"test\": \"libvpx/encode/perf_test/fps/nexus_5/vp9
0-2-bbb_640x360_tile_1x2_337kbps.webm_5\", \"units\": \"fps\", \"value\": 317.97
6883}, {\"bot\": \"libvpx-bot\", \"buildername\": \"Nexus 5 Builder\", \"buildnu
mber\": \"75\", \"master\": \"client.libvpx\", \"masterid\": \"client.libvpx\",
\"revision\": \"42\", \"test\": \"libvpx/encode/perf_test/minPsnr/nexus_5/vp90-2
-bbb_640x360_tile_1x2_337kbps.webm_5\", \"units\": \"dB\", \"value\": 43.5}], \"
url\": \"https://chromeperf.appspot.com/add_point\"}" | 316 "stdin": "{\"data\": [{\"bot\": \"libvpx-bot\", \"buildername\": \"Nexus 5 B
uilder\", \"buildnumber\": \"75\", \"master\": \"client.libvpx\", \"masterid\":
\"client.libvpx\", \"revision\": \"42\", \"test\": \"libvpx/decode/perf_test/nex
us_5/vp90-2-bbb_426x240_tile_1x1_180kbps.webm_1\", \"units\": \"fps\", \"value\"
: 609.82868}, {\"bot\": \"libvpx-bot\", \"buildername\": \"Nexus 5 Builder\", \"
buildnumber\": \"75\", \"master\": \"client.libvpx\", \"masterid\": \"client.lib
vpx\", \"revision\": \"42\", \"test\": \"libvpx/encode/perf_test/fps/nexus_5/vp9
0-2-bbb_640x360_tile_1x2_337kbps.webm_5\", \"units\": \"fps\", \"value\": 317.97
6883}, {\"bot\": \"libvpx-bot\", \"buildername\": \"Nexus 5 Builder\", \"buildnu
mber\": \"75\", \"master\": \"client.libvpx\", \"masterid\": \"client.libvpx\",
\"revision\": \"42\", \"test\": \"libvpx/encode/perf_test/minPsnr/nexus_5/vp90-2
-bbb_640x360_tile_1x2_337kbps.webm_5\", \"units\": \"dB\", \"value\": 43.5}], \"
url\": \"https://chromeperf.appspot.com/add_point\"}" |
317 }, | 317 }, |
318 { | 318 { |
319 "name": "$result", | 319 "name": "$result", |
320 "recipe_result": null, | 320 "recipe_result": null, |
321 "status_code": 0 | 321 "status_code": 0 |
322 } | 322 } |
323 ] | 323 ] |
OLD | NEW |