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

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

Issue 2381033002: Explicit control in tools of ANGLE frontend and backend (Closed)
Patch Set: rebase infra training 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 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "--images", 103 "--images",
104 "--gpuStatsDump", 104 "--gpuStatsDump",
105 "true", 105 "true",
106 "--scales", 106 "--scales",
107 "1.0", 107 "1.0",
108 "1.1", 108 "1.1",
109 "--config", 109 "--config",
110 "8888", 110 "8888",
111 "gpu", 111 "gpu",
112 "nonrendering", 112 "nonrendering",
113 "angle",
114 "hwui", 113 "hwui",
115 "f16", 114 "f16",
116 "srgb", 115 "srgb",
117 "msaa16", 116 "msaa16",
118 "nvpr16", 117 "nvpr16",
119 "nvprdit16", 118 "nvprdit16",
120 "--loops", 119 "--loops",
121 "1", 120 "1",
122 "--samples", 121 "--samples",
123 "1", 122 "1",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "--images", 175 "--images",
177 "--gpuStatsDump", 176 "--gpuStatsDump",
178 "true", 177 "true",
179 "--scales", 178 "--scales",
180 "1.0", 179 "1.0",
181 "1.1", 180 "1.1",
182 "--config", 181 "--config",
183 "8888", 182 "8888",
184 "gpu", 183 "gpu",
185 "nonrendering", 184 "nonrendering",
186 "angle",
187 "hwui", 185 "hwui",
188 "f16", 186 "f16",
189 "srgb", 187 "srgb",
190 "msaa16", 188 "msaa16",
191 "nvpr16", 189 "nvpr16",
192 "nvprdit16", 190 "nvprdit16",
193 "--loops", 191 "--loops",
194 "1", 192 "1",
195 "--samples", 193 "--samples",
196 "1", 194 "1",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "SKIA_OUT": "[SLAVE_BUILD]/out" 226 "SKIA_OUT": "[SLAVE_BUILD]/out"
229 }, 227 },
230 "name": "nanobench --abandonGpuContext" 228 "name": "nanobench --abandonGpuContext"
231 }, 229 },
232 { 230 {
233 "name": "$result", 231 "name": "$result",
234 "recipe_result": null, 232 "recipe_result": null,
235 "status_code": 0 233 "status_code": 0
236 } 234 }
237 ] 235 ]
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