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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 "@@@STEP_LOG_LINE@python.inline@ if retry == RETRIES:@@@", | 148 "@@@STEP_LOG_LINE@python.inline@ if retry == RETRIES:@@@", |
149 "@@@STEP_LOG_LINE@python.inline@ raise@@@", | 149 "@@@STEP_LOG_LINE@python.inline@ raise@@@", |
150 "@@@STEP_LOG_LINE@python.inline@ waittime = WAIT_BASE * math.pow(2, ret
ry)@@@", | 150 "@@@STEP_LOG_LINE@python.inline@ waittime = WAIT_BASE * math.pow(2, ret
ry)@@@", |
151 "@@@STEP_LOG_LINE@python.inline@ print 'Retry in %d seconds.' % waittim
e@@@", | 151 "@@@STEP_LOG_LINE@python.inline@ print 'Retry in %d seconds.' % waittim
e@@@", |
152 "@@@STEP_LOG_LINE@python.inline@ time.sleep(waittime)@@@", | 152 "@@@STEP_LOG_LINE@python.inline@ time.sleep(waittime)@@@", |
153 "@@@STEP_LOG_END@python.inline@@@" | 153 "@@@STEP_LOG_END@python.inline@@@" |
154 ] | 154 ] |
155 }, | 155 }, |
156 { | 156 { |
157 "cmd": [ | 157 "cmd": [ |
158 "catchsegv", | |
159 "[SLAVE_BUILD]/out/Debug/dm", | 158 "[SLAVE_BUILD]/out/Debug/dm", |
160 "--undefok", | 159 "--undefok", |
161 "--resourcePath", | 160 "--resourcePath", |
162 "[SLAVE_BUILD]/skia/resources", | 161 "[SLAVE_BUILD]/skia/resources", |
163 "--skps", | 162 "--skps", |
164 "[SLAVE_BUILD]/skp", | 163 "[SLAVE_BUILD]/skp", |
165 "--images", | 164 "--images", |
166 "[SLAVE_BUILD]/skimage/dm", | 165 "[SLAVE_BUILD]/skimage/dm", |
167 "--colorImages", | 166 "--colorImages", |
168 "[SLAVE_BUILD]/skimage/colorspace", | 167 "[SLAVE_BUILD]/skimage/colorspace", |
169 "--nameByHash", | 168 "--nameByHash", |
170 "--properties", | 169 "--properties", |
171 "gitHash", | 170 "gitHash", |
172 "abc123", | 171 "abc123", |
173 "master", | 172 "master", |
174 "client.skia", | 173 "client.skia", |
175 "builder", | 174 "builder", |
176 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", | 175 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug", |
177 "build_number", | 176 "build_number", |
178 "5", | 177 "5", |
179 "--key", | 178 "--key", |
180 "arch", | 179 "arch", |
181 "x86_64", | 180 "x86", |
182 "compiler", | 181 "compiler", |
183 "GCC", | 182 "GCC", |
184 "configuration", | 183 "configuration", |
185 "Debug", | 184 "Debug", |
186 "cpu_or_gpu", | 185 "cpu_or_gpu", |
187 "CPU", | 186 "CPU", |
188 "cpu_or_gpu_value", | 187 "cpu_or_gpu_value", |
189 "AVX2", | 188 "AVX2", |
190 "model", | 189 "model", |
191 "GCE", | 190 "GCE", |
192 "os", | 191 "os", |
193 "Ubuntu", | 192 "Ubuntu", |
194 "--uninterestingHashesFile", | 193 "--uninterestingHashesFile", |
195 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", | 194 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", |
196 "--writePath", | 195 "--writePath", |
197 "[CUSTOM_[SWARM_OUT_DIR]]/dm", | 196 "[CUSTOM_[SWARM_OUT_DIR]]/dm", |
198 "--nogpu", | 197 "--nogpu", |
| 198 "--threads", |
| 199 "4", |
199 "--config", | 200 "--config", |
200 "565", | 201 "565", |
201 "8888", | 202 "8888", |
202 "gpu", | 203 "gpu", |
203 "gpusrgb", | 204 "gpusrgb", |
204 "pdf", | 205 "pdf", |
205 "msaa16", | 206 "msaa16", |
206 "f16", | 207 "f16", |
207 "srgb", | 208 "srgb", |
208 "sp-8888", | 209 "sp-8888", |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 "SKIA_OUT": "[SLAVE_BUILD]/out" | 404 "SKIA_OUT": "[SLAVE_BUILD]/out" |
404 }, | 405 }, |
405 "name": "dm" | 406 "name": "dm" |
406 }, | 407 }, |
407 { | 408 { |
408 "name": "$result", | 409 "name": "$result", |
409 "recipe_result": null, | 410 "recipe_result": null, |
410 "status_code": 0 | 411 "status_code": 0 |
411 } | 412 } |
412 ] | 413 ] |
OLD | NEW |