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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 }, | 107 }, |
108 { | 108 { |
109 "cmd": [ | 109 "cmd": [ |
110 "python", | 110 "python", |
111 "-u", | 111 "-u", |
112 "\nimport contextlib\nimport math\nimport socket\nimport sys\nimport time\
nimport urllib2\n\nHASHES_URL = 'https://gold.skia.org/_/hashes'\nRETRIES = 5\nT
IMEOUT = 60\nWAIT_BASE = 15\n\nsocket.setdefaulttimeout(TIMEOUT)\nfor retry in r
ange(RETRIES):\n try:\n with contextlib.closing(\n urllib2.urlopen(HA
SHES_URL, timeout=TIMEOUT)) as w:\n hashes = w.read()\n with open(sys.
argv[1], 'w') as f:\n f.write(hashes)\n break\n except Exception
as e:\n print 'Failed to get uninteresting hashes from %s:' % HASHES_URL\n
print e\n if retry == RETRIES:\n raise\n waittime = WAIT_BASE * math
.pow(2, retry)\n print 'Retry in %d seconds.' % waittime\n time.sleep(wait
time)\n", | 112 "\nimport contextlib\nimport math\nimport socket\nimport sys\nimport time\
nimport urllib2\n\nHASHES_URL = 'https://gold.skia.org/_/hashes'\nRETRIES = 5\nT
IMEOUT = 60\nWAIT_BASE = 15\n\nsocket.setdefaulttimeout(TIMEOUT)\nfor retry in r
ange(RETRIES):\n try:\n with contextlib.closing(\n urllib2.urlopen(HA
SHES_URL, timeout=TIMEOUT)) as w:\n hashes = w.read()\n with open(sys.
argv[1], 'w') as f:\n f.write(hashes)\n break\n except Exception
as e:\n print 'Failed to get uninteresting hashes from %s:' % HASHES_URL\n
print e\n if retry == RETRIES:\n raise\n waittime = WAIT_BASE * math
.pow(2, retry)\n print 'Retry in %d seconds.' % waittime\n time.sleep(wait
time)\n", |
113 "[SLAVE_BUILD]\\tmp\\uninteresting_hashes.txt" | 113 "[SLAVE_BUILD]\\tmp\\uninteresting_hashes.txt" |
114 ], | 114 ], |
115 "cwd": "[SLAVE_BUILD]\\skia", | 115 "cwd": "[SLAVE_BUILD]\\skia", |
116 "env": { | 116 "env": { |
117 "BUILDTYPE": "Release_x64", | 117 "BUILDTYPE": "Debug_x64", |
118 "CHROME_HEADLESS": "1", | 118 "CHROME_HEADLESS": "1", |
119 "SKIA_OUT": "[SLAVE_BUILD]\\out" | 119 "SKIA_OUT": "[SLAVE_BUILD]\\out" |
120 }, | 120 }, |
121 "name": "get uninteresting hashes", | 121 "name": "get uninteresting hashes", |
122 "~followup_annotations": [ | 122 "~followup_annotations": [ |
123 "@@@STEP_LOG_LINE@python.inline@@@@", | 123 "@@@STEP_LOG_LINE@python.inline@@@@", |
124 "@@@STEP_LOG_LINE@python.inline@import contextlib@@@", | 124 "@@@STEP_LOG_LINE@python.inline@import contextlib@@@", |
125 "@@@STEP_LOG_LINE@python.inline@import math@@@", | 125 "@@@STEP_LOG_LINE@python.inline@import math@@@", |
126 "@@@STEP_LOG_LINE@python.inline@import socket@@@", | 126 "@@@STEP_LOG_LINE@python.inline@import socket@@@", |
127 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 127 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
(...skipping 20 matching lines...) Expand all 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 "[SLAVE_BUILD]\\out\\Release_x64\\dm", | 158 "[SLAVE_BUILD]\\out\\Debug_x64\\dm", |
159 "--undefok", | 159 "--undefok", |
160 "--resourcePath", | 160 "--resourcePath", |
161 "[SLAVE_BUILD]\\skia\\resources", | 161 "[SLAVE_BUILD]\\skia\\resources", |
162 "--skps", | 162 "--skps", |
163 "[SLAVE_BUILD]\\skp", | 163 "[SLAVE_BUILD]\\skp", |
164 "--images", | 164 "--images", |
165 "[SLAVE_BUILD]\\skimage\\dm", | 165 "[SLAVE_BUILD]\\skimage\\dm", |
166 "--colorImages", | 166 "--colorImages", |
167 "[SLAVE_BUILD]\\skimage\\colorspace", | 167 "[SLAVE_BUILD]\\skimage\\colorspace", |
168 "--nameByHash", | 168 "--nameByHash", |
169 "--properties", | 169 "--properties", |
170 "gitHash", | 170 "gitHash", |
171 "abc123", | 171 "abc123", |
172 "master", | 172 "master", |
173 "client.skia", | 173 "client.skia", |
174 "builder", | 174 "builder", |
175 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot", | 175 "Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-Vulkan", |
176 "build_number", | 176 "build_number", |
177 "5", | 177 "5", |
178 "issue", | |
179 "500", | |
180 "patchset", | |
181 "1", | |
182 "--key", | 178 "--key", |
183 "arch", | 179 "arch", |
184 "x86_64", | 180 "x86_64", |
185 "compiler", | 181 "compiler", |
186 "MSVC", | 182 "MSVC", |
187 "configuration", | 183 "configuration", |
188 "Release", | 184 "Debug", |
189 "cpu_or_gpu", | 185 "cpu_or_gpu", |
190 "CPU", | 186 "GPU", |
191 "cpu_or_gpu_value", | 187 "cpu_or_gpu_value", |
192 "AVX2", | 188 "GTX660", |
| 189 "extra_config", |
| 190 "Vulkan", |
193 "model", | 191 "model", |
194 "ShuttleB", | 192 "ShuttleA", |
195 "os", | 193 "os", |
196 "Win8", | 194 "Win10", |
197 "--uninterestingHashesFile", | 195 "--uninterestingHashesFile", |
198 "[SLAVE_BUILD]\\tmp\\uninteresting_hashes.txt", | 196 "[SLAVE_BUILD]\\tmp\\uninteresting_hashes.txt", |
199 "--writePath", | 197 "--writePath", |
200 "[CUSTOM_[SWARM_OUT_DIR]]\\dm", | 198 "[CUSTOM_[SWARM_OUT_DIR]]\\dm", |
201 "--nogpu", | 199 "--nocpu", |
202 "--config", | 200 "--config", |
203 "565", | 201 "vk", |
204 "8888", | |
205 "gpu", | |
206 "gpusrgb", | |
207 "pdf", | |
208 "msaa16", | |
209 "serialize-8888", | |
210 "tiles_rt-8888", | |
211 "pic-8888", | |
212 "--src", | 202 "--src", |
213 "tests", | 203 "tests", |
214 "gm", | 204 "gm", |
215 "image", | 205 "image", |
216 "colorImage", | 206 "colorImage", |
217 "--blacklist", | 207 "--blacklist", |
218 "f16", | 208 "f16", |
219 "_", | 209 "_", |
220 "_", | 210 "_", |
221 "dstreadshuffle", | 211 "dstreadshuffle", |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 "gen_platf", | 258 "gen_platf", |
269 "4bpp-pixeldata-cropped.bmp", | 259 "4bpp-pixeldata-cropped.bmp", |
270 "_", | 260 "_", |
271 "image", | 261 "image", |
272 "gen_platf", | 262 "gen_platf", |
273 "32bpp-pixeldata-cropped.bmp", | 263 "32bpp-pixeldata-cropped.bmp", |
274 "_", | 264 "_", |
275 "image", | 265 "image", |
276 "gen_platf", | 266 "gen_platf", |
277 "24bpp-pixeldata-cropped.bmp", | 267 "24bpp-pixeldata-cropped.bmp", |
278 "_", | |
279 "gm", | |
280 "_", | |
281 "composeshader_bitmap", | |
282 "_", | |
283 "gm", | |
284 "_", | |
285 "fontscalerdistortable", | |
286 "serialize-8888", | 268 "serialize-8888", |
287 "gm", | 269 "gm", |
288 "_", | 270 "_", |
289 "bleed_image", | 271 "bleed_image", |
290 "serialize-8888", | 272 "serialize-8888", |
291 "gm", | 273 "gm", |
292 "_", | 274 "_", |
293 "c_gms", | 275 "c_gms", |
294 "serialize-8888", | 276 "serialize-8888", |
295 "gm", | 277 "gm", |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
448 "_", | 430 "_", |
449 "image-cacherator-from-ctable", | 431 "image-cacherator-from-ctable", |
450 "2ndpic-8888", | 432 "2ndpic-8888", |
451 "gm", | 433 "gm", |
452 "_", | 434 "_", |
453 "image-cacherator-from-ctable", | 435 "image-cacherator-from-ctable", |
454 "serialize-8888", | 436 "serialize-8888", |
455 "gm", | 437 "gm", |
456 "_", | 438 "_", |
457 "image-cacherator-from-ctable", | 439 "image-cacherator-from-ctable", |
458 "--noRAW_threading" | 440 "_", |
| 441 "image", |
| 442 "_", |
| 443 "interlaced1.png", |
| 444 "_", |
| 445 "image", |
| 446 "_", |
| 447 "interlaced2.png", |
| 448 "_", |
| 449 "image", |
| 450 "_", |
| 451 "interlaced3.png", |
| 452 "_", |
| 453 "image", |
| 454 "_", |
| 455 ".arw", |
| 456 "_", |
| 457 "image", |
| 458 "_", |
| 459 ".cr2", |
| 460 "_", |
| 461 "image", |
| 462 "_", |
| 463 ".dng", |
| 464 "_", |
| 465 "image", |
| 466 "_", |
| 467 ".nef", |
| 468 "_", |
| 469 "image", |
| 470 "_", |
| 471 ".nrw", |
| 472 "_", |
| 473 "image", |
| 474 "_", |
| 475 ".orf", |
| 476 "_", |
| 477 "image", |
| 478 "_", |
| 479 ".raf", |
| 480 "_", |
| 481 "image", |
| 482 "_", |
| 483 ".rw2", |
| 484 "_", |
| 485 "image", |
| 486 "_", |
| 487 ".pef", |
| 488 "_", |
| 489 "image", |
| 490 "_", |
| 491 ".srw", |
| 492 "_", |
| 493 "image", |
| 494 "_", |
| 495 ".ARW", |
| 496 "_", |
| 497 "image", |
| 498 "_", |
| 499 ".CR2", |
| 500 "_", |
| 501 "image", |
| 502 "_", |
| 503 ".DNG", |
| 504 "_", |
| 505 "image", |
| 506 "_", |
| 507 ".NEF", |
| 508 "_", |
| 509 "image", |
| 510 "_", |
| 511 ".NRW", |
| 512 "_", |
| 513 "image", |
| 514 "_", |
| 515 ".ORF", |
| 516 "_", |
| 517 "image", |
| 518 "_", |
| 519 ".RAF", |
| 520 "_", |
| 521 "image", |
| 522 "_", |
| 523 ".RW2", |
| 524 "_", |
| 525 "image", |
| 526 "_", |
| 527 ".PEF", |
| 528 "_", |
| 529 "image", |
| 530 "_", |
| 531 ".SRW" |
459 ], | 532 ], |
460 "env": { | 533 "env": { |
461 "BUILDTYPE": "Release_x64", | 534 "BUILDTYPE": "Debug_x64", |
462 "CHROME_HEADLESS": "1", | 535 "CHROME_HEADLESS": "1", |
463 "SKIA_OUT": "[SLAVE_BUILD]\\out" | 536 "SKIA_OUT": "[SLAVE_BUILD]\\out" |
464 }, | 537 }, |
465 "name": "dm" | 538 "name": "dm" |
466 }, | 539 }, |
467 { | 540 { |
468 "name": "$result", | 541 "name": "$result", |
469 "recipe_result": null, | 542 "recipe_result": null, |
470 "status_code": 0 | 543 "status_code": 0 |
471 } | 544 } |
472 ] | 545 ] |
OLD | NEW |