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

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

Issue 2243143002: Add --serial mode to dm, runs unit tests serially (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Use --solo 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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 "_", 628 "_",
629 "image", 629 "image",
630 "_", 630 "_",
631 ".PEF", 631 ".PEF",
632 "_", 632 "_",
633 "image", 633 "image",
634 "_", 634 "_",
635 ".SRW", 635 ".SRW",
636 "--match", 636 "--match",
637 "~GLPrograms", 637 "~GLPrograms",
638 "~ColorSpaceCRBug",
639 "--solo",
640 "ColorSpaceCRBug",
638 "--noRAW_threading" 641 "--noRAW_threading"
639 ], 642 ],
640 "env": { 643 "env": {
641 "BUILDTYPE": "Debug_x64", 644 "BUILDTYPE": "Debug_x64",
642 "CHROME_HEADLESS": "1", 645 "CHROME_HEADLESS": "1",
643 "SKIA_OUT": "[SLAVE_BUILD]\\out" 646 "SKIA_OUT": "[SLAVE_BUILD]\\out"
644 }, 647 },
645 "name": "dm" 648 "name": "dm"
646 }, 649 },
647 { 650 {
648 "name": "$result", 651 "name": "$result",
649 "recipe_result": null, 652 "recipe_result": null,
650 "status_code": 0 653 "status_code": 0
651 } 654 }
652 ] 655 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698