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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared.json

Issue 2380313002: Revert of Fix gamut GM to work w/serialization configs. Remove it from blacklist. (Closed)
Patch Set: Created 4 years, 2 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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 "gm", 426 "gm",
427 "_", 427 "_",
428 "image-cacherator-from-ctable", 428 "image-cacherator-from-ctable",
429 "2ndpic-8888", 429 "2ndpic-8888",
430 "gm", 430 "gm",
431 "_", 431 "_",
432 "image-cacherator-from-ctable", 432 "image-cacherator-from-ctable",
433 "serialize-8888", 433 "serialize-8888",
434 "gm", 434 "gm",
435 "_", 435 "_",
436 "image-cacherator-from-ctable" 436 "image-cacherator-from-ctable",
437 "sp-8888",
438 "gm",
439 "_",
440 "gamut",
441 "pic-8888",
442 "gm",
443 "_",
444 "gamut",
445 "lite-8888",
446 "gm",
447 "_",
448 "gamut",
449 "2ndpic-8888",
450 "gm",
451 "_",
452 "gamut",
453 "serialize-8888",
454 "gm",
455 "_",
456 "gamut"
437 ], 457 ],
438 "env": { 458 "env": {
439 "BUILDTYPE": "Release", 459 "BUILDTYPE": "Release",
440 "CHROME_HEADLESS": "1", 460 "CHROME_HEADLESS": "1",
441 "SKIA_OUT": "[SLAVE_BUILD]/out" 461 "SKIA_OUT": "[SLAVE_BUILD]/out"
442 }, 462 },
443 "name": "dm" 463 "name": "dm"
444 }, 464 },
445 { 465 {
446 "name": "$result", 466 "name": "$result",
447 "recipe_result": null, 467 "recipe_result": null,
448 "status_code": 0 468 "status_code": 0
449 } 469 }
450 ] 470 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698