OLD | NEW |
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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 "--images", | 149 "--images", |
150 "--gpuStatsDump", | 150 "--gpuStatsDump", |
151 "true", | 151 "true", |
152 "--scales", | 152 "--scales", |
153 "1.0", | 153 "1.0", |
154 "1.1", | 154 "1.1", |
155 "--config", | 155 "--config", |
156 "8888", | 156 "8888", |
157 "gpu", | 157 "gpu", |
158 "nonrendering", | 158 "nonrendering", |
159 "angle", | |
160 "hwui", | 159 "hwui", |
161 "f16", | 160 "f16", |
162 "srgb", | 161 "srgb", |
163 "msaa16", | 162 "msaa16", |
164 "nvpr16", | 163 "nvpr16", |
165 "nvprdit16", | 164 "nvprdit16", |
166 "--loops", | 165 "--loops", |
167 "1", | 166 "1", |
168 "--samples", | 167 "--samples", |
169 "1", | 168 "1", |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 "--images", | 251 "--images", |
253 "--gpuStatsDump", | 252 "--gpuStatsDump", |
254 "true", | 253 "true", |
255 "--scales", | 254 "--scales", |
256 "1.0", | 255 "1.0", |
257 "1.1", | 256 "1.1", |
258 "--config", | 257 "--config", |
259 "8888", | 258 "8888", |
260 "gpu", | 259 "gpu", |
261 "nonrendering", | 260 "nonrendering", |
262 "angle", | |
263 "hwui", | 261 "hwui", |
264 "f16", | 262 "f16", |
265 "srgb", | 263 "srgb", |
266 "msaa16", | 264 "msaa16", |
267 "nvpr16", | 265 "nvpr16", |
268 "nvprdit16", | 266 "nvprdit16", |
269 "--loops", | 267 "--loops", |
270 "1", | 268 "1", |
271 "--samples", | 269 "--samples", |
272 "1", | 270 "1", |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 352 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
355 "@@@STEP_LOG_END@python.inline@@@" | 353 "@@@STEP_LOG_END@python.inline@@@" |
356 ] | 354 ] |
357 }, | 355 }, |
358 { | 356 { |
359 "name": "$result", | 357 "name": "$result", |
360 "recipe_result": null, | 358 "recipe_result": null, |
361 "status_code": 0 | 359 "status_code": 0 |
362 } | 360 } |
363 ] | 361 ] |
OLD | NEW |