OLD | NEW |
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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 "--images", | 127 "--images", |
128 "--gpuStatsDump", | 128 "--gpuStatsDump", |
129 "true", | 129 "true", |
130 "--scales", | 130 "--scales", |
131 "1.0", | 131 "1.0", |
132 "1.1", | 132 "1.1", |
133 "--config", | 133 "--config", |
134 "8888", | 134 "8888", |
135 "gpu", | 135 "gpu", |
136 "nonrendering", | 136 "nonrendering", |
137 "angle", | |
138 "hwui", | 137 "hwui", |
139 "f16", | 138 "f16", |
140 "srgb", | 139 "srgb", |
141 "msaa16", | 140 "msaa16", |
142 "nvpr16", | 141 "nvpr16", |
143 "nvprdit16", | 142 "nvprdit16", |
144 "--loops", | 143 "--loops", |
145 "1", | 144 "1", |
146 "--samples", | 145 "--samples", |
147 "1", | 146 "1", |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 "--images", | 223 "--images", |
225 "--gpuStatsDump", | 224 "--gpuStatsDump", |
226 "true", | 225 "true", |
227 "--scales", | 226 "--scales", |
228 "1.0", | 227 "1.0", |
229 "1.1", | 228 "1.1", |
230 "--config", | 229 "--config", |
231 "8888", | 230 "8888", |
232 "gpu", | 231 "gpu", |
233 "nonrendering", | 232 "nonrendering", |
234 "angle", | |
235 "hwui", | 233 "hwui", |
236 "f16", | 234 "f16", |
237 "srgb", | 235 "srgb", |
238 "msaa16", | 236 "msaa16", |
239 "nvpr16", | 237 "nvpr16", |
240 "nvprdit16", | 238 "nvprdit16", |
241 "--loops", | 239 "--loops", |
242 "1", | 240 "1", |
243 "--samples", | 241 "--samples", |
244 "1", | 242 "1", |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
320 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 318 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
321 "@@@STEP_LOG_END@python.inline@@@" | 319 "@@@STEP_LOG_END@python.inline@@@" |
322 ] | 320 ] |
323 }, | 321 }, |
324 { | 322 { |
325 "name": "$result", | 323 "name": "$result", |
326 "recipe_result": null, | 324 "recipe_result": null, |
327 "status_code": 0 | 325 "status_code": 0 |
328 } | 326 } |
329 ] | 327 ] |
OLD | NEW |