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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/recipe_with_gerrit_patch.json

Issue 2344553002: 565 is not this important. (Closed)
Patch Set: still an option Created 4 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[SLAVE_BUILD]/tmp", 7 "[SLAVE_BUILD]/tmp",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs tmp_dir", 10 "name": "makedirs tmp_dir",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "[SLAVE_BUILD]/skimage/nanobench", 144 "[SLAVE_BUILD]/skimage/nanobench",
145 "--nocpu", 145 "--nocpu",
146 "--pre_log", 146 "--pre_log",
147 "--images", 147 "--images",
148 "--gpuStatsDump", 148 "--gpuStatsDump",
149 "true", 149 "true",
150 "--scales", 150 "--scales",
151 "1.0", 151 "1.0",
152 "1.1", 152 "1.1",
153 "--config", 153 "--config",
154 "565",
155 "8888", 154 "8888",
156 "gpu", 155 "gpu",
157 "nonrendering", 156 "nonrendering",
158 "angle", 157 "angle",
159 "hwui", 158 "hwui",
160 "f16", 159 "f16",
161 "srgb", 160 "srgb",
162 "msaa16", 161 "msaa16",
163 "nvpr16", 162 "nvpr16",
164 "nvprdit16", 163 "nvprdit16",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "[SLAVE_BUILD]/skimage/nanobench", 245 "[SLAVE_BUILD]/skimage/nanobench",
247 "--nocpu", 246 "--nocpu",
248 "--pre_log", 247 "--pre_log",
249 "--images", 248 "--images",
250 "--gpuStatsDump", 249 "--gpuStatsDump",
251 "true", 250 "true",
252 "--scales", 251 "--scales",
253 "1.0", 252 "1.0",
254 "1.1", 253 "1.1",
255 "--config", 254 "--config",
256 "565",
257 "8888", 255 "8888",
258 "gpu", 256 "gpu",
259 "nonrendering", 257 "nonrendering",
260 "angle", 258 "angle",
261 "hwui", 259 "hwui",
262 "f16", 260 "f16",
263 "srgb", 261 "srgb",
264 "msaa16", 262 "msaa16",
265 "nvpr16", 263 "nvpr16",
266 "nvprdit16", 264 "nvprdit16",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 350 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
353 "@@@STEP_LOG_END@python.inline@@@" 351 "@@@STEP_LOG_END@python.inline@@@"
354 ] 352 ]
355 }, 353 },
356 { 354 {
357 "name": "$result", 355 "name": "$result",
358 "recipe_result": null, 356 "recipe_result": null,
359 "status_code": 0 357 "status_code": 0
360 } 358 }
361 ] 359 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_perf.expected/big_issue_number.json ('k') | infra/bots/recipes/swarm_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698