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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 "--images", | 81 "--images", |
82 "--gpuStatsDump", | 82 "--gpuStatsDump", |
83 "true", | 83 "true", |
84 "--scales", | 84 "--scales", |
85 "1.0", | 85 "1.0", |
86 "1.1", | 86 "1.1", |
87 "--config", | 87 "--config", |
88 "8888", | 88 "8888", |
89 "gpu", | 89 "gpu", |
90 "nonrendering", | 90 "nonrendering", |
91 "angle", | |
92 "hwui", | 91 "hwui", |
93 "f16", | 92 "f16", |
94 "srgb", | 93 "srgb", |
95 "msaa16", | 94 "msaa16", |
96 "nvpr16", | 95 "nvpr16", |
97 "nvprdit16", | 96 "nvprdit16", |
98 "--loops", | 97 "--loops", |
99 "1", | 98 "1", |
100 "--samples", | 99 "--samples", |
101 "1", | 100 "1", |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 "--images", | 153 "--images", |
155 "--gpuStatsDump", | 154 "--gpuStatsDump", |
156 "true", | 155 "true", |
157 "--scales", | 156 "--scales", |
158 "1.0", | 157 "1.0", |
159 "1.1", | 158 "1.1", |
160 "--config", | 159 "--config", |
161 "8888", | 160 "8888", |
162 "gpu", | 161 "gpu", |
163 "nonrendering", | 162 "nonrendering", |
164 "angle", | |
165 "hwui", | 163 "hwui", |
166 "f16", | 164 "f16", |
167 "srgb", | 165 "srgb", |
168 "msaa16", | 166 "msaa16", |
169 "nvpr16", | 167 "nvpr16", |
170 "nvprdit16", | 168 "nvprdit16", |
171 "--loops", | 169 "--loops", |
172 "1", | 170 "1", |
173 "--samples", | 171 "--samples", |
174 "1", | 172 "1", |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 "SKIA_OUT": "[SLAVE_BUILD]/out" | 204 "SKIA_OUT": "[SLAVE_BUILD]/out" |
207 }, | 205 }, |
208 "name": "nanobench --abandonGpuContext" | 206 "name": "nanobench --abandonGpuContext" |
209 }, | 207 }, |
210 { | 208 { |
211 "name": "$result", | 209 "name": "$result", |
212 "recipe_result": null, | 210 "recipe_result": null, |
213 "status_code": 0 | 211 "status_code": 0 |
214 } | 212 } |
215 ] | 213 ] |
OLD | NEW |