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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-Vulkan.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 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 "image", 612 "image",
613 "_", 613 "_",
614 ".RW2", 614 ".RW2",
615 "_", 615 "_",
616 "image", 616 "image",
617 "_", 617 "_",
618 ".PEF", 618 ".PEF",
619 "_", 619 "_",
620 "image", 620 "image",
621 "_", 621 "_",
622 ".SRW" 622 ".SRW",
623 "--match",
624 "~ColorSpaceCRBug",
625 "--solo",
626 "ColorSpaceCRBug"
623 ], 627 ],
624 "env": { 628 "env": {
625 "BUILDTYPE": "Debug_x64", 629 "BUILDTYPE": "Debug_x64",
626 "CHROME_HEADLESS": "1", 630 "CHROME_HEADLESS": "1",
627 "SKIA_OUT": "[SLAVE_BUILD]\\out" 631 "SKIA_OUT": "[SLAVE_BUILD]\\out"
628 }, 632 },
629 "name": "dm" 633 "name": "dm"
630 }, 634 },
631 { 635 {
632 "name": "$result", 636 "name": "$result",
633 "recipe_result": null, 637 "recipe_result": null,
634 "status_code": 0 638 "status_code": 0
635 } 639 }
636 ] 640 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698