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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 "gm", 424 "gm",
425 "_", 425 "_",
426 "image-cacherator-from-ctable", 426 "image-cacherator-from-ctable",
427 "2ndpic-8888", 427 "2ndpic-8888",
428 "gm", 428 "gm",
429 "_", 429 "_",
430 "image-cacherator-from-ctable", 430 "image-cacherator-from-ctable",
431 "serialize-8888", 431 "serialize-8888",
432 "gm", 432 "gm",
433 "_", 433 "_",
434 "image-cacherator-from-ctable" 434 "image-cacherator-from-ctable",
435 "sp-8888",
436 "gm",
437 "_",
438 "gamut",
439 "pic-8888",
440 "gm",
441 "_",
442 "gamut",
443 "lite-8888",
444 "gm",
445 "_",
446 "gamut",
447 "2ndpic-8888",
448 "gm",
449 "_",
450 "gamut",
451 "serialize-8888",
452 "gm",
453 "_",
454 "gamut"
435 ], 455 ],
436 "env": { 456 "env": {
437 "BUILDTYPE": "Debug", 457 "BUILDTYPE": "Debug",
438 "CHROME_HEADLESS": "1", 458 "CHROME_HEADLESS": "1",
439 "SKIA_OUT": "[SLAVE_BUILD]/out" 459 "SKIA_OUT": "[SLAVE_BUILD]/out"
440 }, 460 },
441 "name": "dm" 461 "name": "dm"
442 }, 462 },
443 { 463 {
444 "name": "$result", 464 "name": "$result",
445 "recipe_result": null, 465 "recipe_result": null,
446 "status_code": 0 466 "status_code": 0
447 } 467 }
448 ] 468 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698