Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json

Issue 2215443003: [recipes] Increase test coverage (Closed) Base URL: https://skia.googlesource.com/skia.git@merge_buildbot_spec
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE",
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 "GTX960",
189 "extra_config",
190 "ANGLE",
193 "model", 191 "model",
194 "ShuttleB", 192 "ShuttleB",
195 "os", 193 "os",
196 "Win8", 194 "Win8",
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 "565",
204 "8888", 202 "8888",
205 "gpu", 203 "gpu",
206 "gpusrgb", 204 "gpusrgb",
207 "pdf", 205 "pdf",
208 "msaa16", 206 "msaa16",
209 "serialize-8888", 207 "serialize-8888",
210 "tiles_rt-8888", 208 "tiles_rt-8888",
211 "pic-8888", 209 "pic-8888",
210 "angle",
212 "--src", 211 "--src",
213 "tests", 212 "tests",
214 "gm", 213 "gm",
215 "image", 214 "image",
216 "colorImage", 215 "colorImage",
217 "--blacklist", 216 "--blacklist",
218 "f16", 217 "f16",
219 "_", 218 "_",
220 "_", 219 "_",
221 "dstreadshuffle", 220 "dstreadshuffle",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 "image", 270 "image",
272 "gen_platf", 271 "gen_platf",
273 "32bpp-pixeldata-cropped.bmp", 272 "32bpp-pixeldata-cropped.bmp",
274 "_", 273 "_",
275 "image", 274 "image",
276 "gen_platf", 275 "gen_platf",
277 "24bpp-pixeldata-cropped.bmp", 276 "24bpp-pixeldata-cropped.bmp",
278 "_", 277 "_",
279 "gm", 278 "gm",
280 "_", 279 "_",
281 "composeshader_bitmap",
282 "_",
283 "gm",
284 "_",
285 "fontscalerdistortable", 280 "fontscalerdistortable",
286 "serialize-8888", 281 "serialize-8888",
287 "gm", 282 "gm",
288 "_", 283 "_",
289 "bleed_image", 284 "bleed_image",
290 "serialize-8888", 285 "serialize-8888",
291 "gm", 286 "gm",
292 "_", 287 "_",
293 "c_gms", 288 "c_gms",
294 "serialize-8888", 289 "serialize-8888",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 "_", 443 "_",
449 "image-cacherator-from-ctable", 444 "image-cacherator-from-ctable",
450 "2ndpic-8888", 445 "2ndpic-8888",
451 "gm", 446 "gm",
452 "_", 447 "_",
453 "image-cacherator-from-ctable", 448 "image-cacherator-from-ctable",
454 "serialize-8888", 449 "serialize-8888",
455 "gm", 450 "gm",
456 "_", 451 "_",
457 "image-cacherator-from-ctable", 452 "image-cacherator-from-ctable",
453 "_",
454 "image",
455 "_",
456 "interlaced1.png",
457 "_",
458 "image",
459 "_",
460 "interlaced2.png",
461 "_",
462 "image",
463 "_",
464 "interlaced3.png",
465 "_",
466 "image",
467 "_",
468 ".arw",
469 "_",
470 "image",
471 "_",
472 ".cr2",
473 "_",
474 "image",
475 "_",
476 ".dng",
477 "_",
478 "image",
479 "_",
480 ".nef",
481 "_",
482 "image",
483 "_",
484 ".nrw",
485 "_",
486 "image",
487 "_",
488 ".orf",
489 "_",
490 "image",
491 "_",
492 ".raf",
493 "_",
494 "image",
495 "_",
496 ".rw2",
497 "_",
498 "image",
499 "_",
500 ".pef",
501 "_",
502 "image",
503 "_",
504 ".srw",
505 "_",
506 "image",
507 "_",
508 ".ARW",
509 "_",
510 "image",
511 "_",
512 ".CR2",
513 "_",
514 "image",
515 "_",
516 ".DNG",
517 "_",
518 "image",
519 "_",
520 ".NEF",
521 "_",
522 "image",
523 "_",
524 ".NRW",
525 "_",
526 "image",
527 "_",
528 ".ORF",
529 "_",
530 "image",
531 "_",
532 ".RAF",
533 "_",
534 "image",
535 "_",
536 ".RW2",
537 "_",
538 "image",
539 "_",
540 ".PEF",
541 "_",
542 "image",
543 "_",
544 ".SRW",
545 "--match",
546 "~GLPrograms",
458 "--noRAW_threading" 547 "--noRAW_threading"
459 ], 548 ],
460 "env": { 549 "env": {
461 "BUILDTYPE": "Release_x64", 550 "BUILDTYPE": "Debug_x64",
462 "CHROME_HEADLESS": "1", 551 "CHROME_HEADLESS": "1",
463 "SKIA_OUT": "[SLAVE_BUILD]\\out" 552 "SKIA_OUT": "[SLAVE_BUILD]\\out"
464 }, 553 },
465 "name": "dm" 554 "name": "dm"
466 }, 555 },
467 { 556 {
468 "name": "$result", 557 "name": "$result",
469 "recipe_result": null, 558 "recipe_result": null,
470 "status_code": 0 559 "status_code": 0
471 } 560 }
472 ] 561 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698