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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/big_issue_number.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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 "_", 440 "_",
441 "image-cacherator-from-raster", 441 "image-cacherator-from-raster",
442 "pic-8888", 442 "pic-8888",
443 "gm", 443 "gm",
444 "_", 444 "_",
445 "image-cacherator-from-ctable", 445 "image-cacherator-from-ctable",
446 "serialize-8888", 446 "serialize-8888",
447 "gm", 447 "gm",
448 "_", 448 "_",
449 "image-cacherator-from-ctable", 449 "image-cacherator-from-ctable",
450 "pic-8888",
451 "gm",
452 "_",
453 "gamut",
454 "serialize-8888",
455 "gm",
456 "_",
457 "gamut",
450 "--noRAW_threading" 458 "--noRAW_threading"
451 ], 459 ],
452 "env": { 460 "env": {
453 "BUILDTYPE": "Release_x64", 461 "BUILDTYPE": "Release_x64",
454 "CHROME_HEADLESS": "1", 462 "CHROME_HEADLESS": "1",
455 "SKIA_OUT": "[SLAVE_BUILD]\\out" 463 "SKIA_OUT": "[SLAVE_BUILD]\\out"
456 }, 464 },
457 "name": "dm" 465 "name": "dm"
458 }, 466 },
459 { 467 {
460 "name": "$result", 468 "name": "$result",
461 "recipe_result": null, 469 "recipe_result": null,
462 "status_code": 0 470 "status_code": 0
463 } 471 }
464 ] 472 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698