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

Side by Side Diff: tools/buildbot_spec.json

Issue 1310903006: Appurify bot: don't use flags that visualbench doesn't support (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Also remove --config Created 5 years, 3 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
« no previous file with comments | « no previous file | tools/nanobench_flags.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Build-Mac10.8-Clang-Arm7-Debug-Android": { 2 "Build-Mac10.8-Clang-Arm7-Debug-Android": {
3 "build_targets": [ 3 "build_targets": [
4 "most" 4 "most"
5 ], 5 ],
6 "builder_cfg": { 6 "builder_cfg": {
7 "compiler": "Clang", 7 "compiler": "Clang",
8 "configuration": "Debug", 8 "configuration": "Debug",
9 "extra_config": "Android", 9 "extra_config": "Android",
10 "is_trybot": false, 10 "is_trybot": false,
(...skipping 1835 matching lines...) Expand 10 before | Expand all | Expand 10 after
1846 "image", 1846 "image",
1847 "decode", 1847 "decode",
1848 "Hopstarter-Mac-Folders-Apple.ico", 1848 "Hopstarter-Mac-Folders-Apple.ico",
1849 "--match", 1849 "--match",
1850 "~tabl_mozilla_0", 1850 "~tabl_mozilla_0",
1851 "~desk_yahoonews_0" 1851 "~desk_yahoonews_0"
1852 ], 1852 ],
1853 "do_perf_steps": true, 1853 "do_perf_steps": true,
1854 "do_test_steps": false, 1854 "do_test_steps": false,
1855 "env": { 1855 "env": {
1856 "BUILDTYPE": "Debug",
1857 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0" 1856 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0"
1858 }, 1857 },
1859 "nanobench_flags": [ 1858 "nanobench_flags": [
1860 "--scales",
1861 "1.0",
1862 "1.1",
1863 "--config",
1864 "565",
1865 "8888",
1866 "gpu",
1867 "nonrendering",
1868 "angle",
1869 "hwui",
1870 "msaa4",
1871 "nvprmsaa4",
1872 "--match", 1859 "--match",
1873 "~blurroundrect", 1860 "~blurroundrect",
1874 "~patch_grid", 1861 "~patch_grid",
1875 "~desk_carsvg" 1862 "~desk_carsvg"
1876 ], 1863 ],
1877 "upload_dm_results": true, 1864 "upload_dm_results": true,
1878 "upload_perf_results": true 1865 "upload_perf_results": true
1879 }, 1866 },
1880 "Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot": { 1867 "Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot": {
1881 "build_targets": [ 1868 "build_targets": [
(...skipping 2016 matching lines...) Expand 10 before | Expand all | Expand 10 after
3898 "~blurroundrect", 3885 "~blurroundrect",
3899 "~patch_grid", 3886 "~patch_grid",
3900 "~desk_carsvg", 3887 "~desk_carsvg",
3901 "~keymobi", 3888 "~keymobi",
3902 "~path_hairline" 3889 "~path_hairline"
3903 ], 3890 ],
3904 "upload_dm_results": true, 3891 "upload_dm_results": true,
3905 "upload_perf_results": false 3892 "upload_perf_results": false
3906 } 3893 }
3907 } 3894 }
OLDNEW
« no previous file with comments | « no previous file | tools/nanobench_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698