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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Perf-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Release-Appurify.json

Issue 1917903003: Skia bots: use nanobench images in nanobench (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 327 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
328 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 328 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
329 "@@@STEP_LOG_END@python.inline@@@" 329 "@@@STEP_LOG_END@python.inline@@@"
330 ] 330 ]
331 }, 331 },
332 { 332 {
333 "cmd": [ 333 "cmd": [
334 "python", 334 "python",
335 "-u", 335 "-u",
336 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 336 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
337 "--undefok -i /sdcard/resources --skps /sdcard/skps --images /sdcard/image s/dm --nocpu --dummy-flags --outResultsFile /sdcard/skia_results/nanobench_16471 0_1408633190.json --properties gitHash 164710 build_number 5 --key arch Arm7 com piler GCC cpu_or_gpu GPU cpu_or_gpu_value Adreno330 extra_config Appurify model Nexus5 os Android", 337 "--undefok -i /sdcard/resources --skps /sdcard/skps --images /sdcard/image s/nanobench --nocpu --dummy-flags --outResultsFile /sdcard/skia_results/nanobenc h_164710_1408633190.json --properties gitHash 164710 build_number 5 --key arch A rm7 compiler GCC cpu_or_gpu GPU cpu_or_gpu_value Adreno330 extra_config Appurify model Nexus5 os Android",
338 "[SLAVE_BUILD]/skia/platform_tools/android/apps/visualbench/src/main/asset s/nanobench_flags.txt" 338 "[SLAVE_BUILD]/skia/platform_tools/android/apps/visualbench/src/main/asset s/nanobench_flags.txt"
339 ], 339 ],
340 "cwd": "[SLAVE_BUILD]", 340 "cwd": "[SLAVE_BUILD]",
341 "name": "write nanobench_flags.txt" 341 "name": "write nanobench_flags.txt"
342 }, 342 },
343 { 343 {
344 "cmd": [ 344 "cmd": [
345 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_ninja", 345 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_ninja",
346 "VisualBenchTest_APK", 346 "VisualBenchTest_APK",
347 "-d", 347 "-d",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Perf-Android-GCC-Nexus5-GPU-Adreno330- Arm7-Release-Appurify" 482 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Perf-Android-GCC-Nexus5-GPU-Adreno330- Arm7-Release-Appurify"
483 }, 483 },
484 "name": "Upload nanobench Results" 484 "name": "Upload nanobench Results"
485 }, 485 },
486 { 486 {
487 "name": "$result", 487 "name": "$result",
488 "recipe_result": null, 488 "recipe_result": null,
489 "status_code": 0 489 "status_code": 0
490 } 490 }
491 ] 491 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698