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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.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 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 "image", 585 "image",
586 "_", 586 "_",
587 ".RW2", 587 ".RW2",
588 "_", 588 "_",
589 "image", 589 "image",
590 "_", 590 "_",
591 ".PEF", 591 ".PEF",
592 "_", 592 "_",
593 "image", 593 "image",
594 "_", 594 "_",
595 ".SRW" 595 ".SRW",
596 "--match",
597 "~ColorSpaceCRBug",
598 "--solo",
599 "ColorSpaceCRBug"
596 ], 600 ],
597 "env": { 601 "env": {
598 "BUILDTYPE": "Debug", 602 "BUILDTYPE": "Debug",
599 "CHROME_HEADLESS": "1", 603 "CHROME_HEADLESS": "1",
600 "SKIA_OUT": "[SLAVE_BUILD]/out" 604 "SKIA_OUT": "[SLAVE_BUILD]/out"
601 }, 605 },
602 "name": "dm" 606 "name": "dm"
603 }, 607 },
604 { 608 {
605 "name": "$result", 609 "name": "$result",
606 "recipe_result": null, 610 "recipe_result": null,
607 "status_code": 0 611 "status_code": 0
608 } 612 }
609 ] 613 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698