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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench.json

Issue 2398173002: Disable svgs on nanobench when running on Valgrind (Closed)
Patch Set: Created 4 years, 2 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", 7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 }, 105 },
106 { 106 {
107 "cmd": [ 107 "cmd": [
108 "catchsegv", 108 "catchsegv",
109 "[SLAVE_BUILD]/out/Release/visualbench", 109 "[SLAVE_BUILD]/out/Release/visualbench",
110 "--undefok", 110 "--undefok",
111 "-i", 111 "-i",
112 "[SLAVE_BUILD]/skia/resources", 112 "[SLAVE_BUILD]/skia/resources",
113 "--skps", 113 "--skps",
114 "[SLAVE_BUILD]/skp", 114 "[SLAVE_BUILD]/skp",
115 "--images",
116 "[SLAVE_BUILD]/skimage/nanobench",
115 "--svgs", 117 "--svgs",
116 "[SLAVE_BUILD]/svg", 118 "[SLAVE_BUILD]/svg",
117 "--images",
118 "[SLAVE_BUILD]/skimage/nanobench",
119 "--nocpu", 119 "--nocpu",
120 "--pre_log", 120 "--pre_log",
121 "--images", 121 "--images",
122 "--gpuStatsDump", 122 "--gpuStatsDump",
123 "true", 123 "true",
124 "--scales", 124 "--scales",
125 "1.0", 125 "1.0",
126 "1.1", 126 "1.1",
127 "--config", 127 "--config",
128 "8888", 128 "8888",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 209 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
210 "@@@STEP_LOG_END@python.inline@@@" 210 "@@@STEP_LOG_END@python.inline@@@"
211 ] 211 ]
212 }, 212 },
213 { 213 {
214 "name": "$result", 214 "name": "$result",
215 "recipe_result": null, 215 "recipe_result": null,
216 "status_code": 0 216 "status_code": 0
217 } 217 }
218 ] 218 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698