Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: scripts/slave/recipes/libvpx/android_unittests.expected/basic_linux_64.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 "@@@STEP_LOG_LINE@json.output@ \"videoName\": \"vp90-2-bbb_640x360_tile _1x2_337kbps.webm\"@@@", 292 "@@@STEP_LOG_LINE@json.output@ \"videoName\": \"vp90-2-bbb_640x360_tile _1x2_337kbps.webm\"@@@",
293 "@@@STEP_LOG_LINE@json.output@ }@@@", 293 "@@@STEP_LOG_LINE@json.output@ }@@@",
294 "@@@STEP_LOG_LINE@json.output@]@@@", 294 "@@@STEP_LOG_LINE@json.output@]@@@",
295 "@@@STEP_LOG_END@json.output@@@" 295 "@@@STEP_LOG_END@json.output@@@"
296 ] 296 ]
297 }, 297 },
298 { 298 {
299 "cmd": [ 299 "cmd": [
300 "python", 300 "python",
301 "-u", 301 "-u",
302 "[BUILD]/scripts/slave/recipe_modules/perf_dashboard/resources/post_json.p y" 302 "RECIPE_MODULE[perf_dashboard]/resources/post_json.py"
303 ], 303 ],
304 "name": "perf dashboard post", 304 "name": "perf dashboard post",
305 "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\"}" 305 "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\"}"
306 } 306 }
307 ] 307 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698