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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 "_", 539 "_",
540 "Seal_of_Kansas.svg", 540 "Seal_of_Kansas.svg",
541 "2ndpic-8888", 541 "2ndpic-8888",
542 "svg", 542 "svg",
543 "_", 543 "_",
544 "Seal_of_Kansas.svg", 544 "Seal_of_Kansas.svg",
545 "serialize-8888", 545 "serialize-8888",
546 "svg", 546 "svg",
547 "_", 547 "_",
548 "Seal_of_Kansas.svg", 548 "Seal_of_Kansas.svg",
549 "--match",
550 "~ColorSpaceCRBug",
551 "--solo",
552 "ColorSpaceCRBug",
549 "--noRAW_threading" 553 "--noRAW_threading"
550 ], 554 ],
551 "env": { 555 "env": {
552 "BUILDTYPE": "Release_x64", 556 "BUILDTYPE": "Release_x64",
553 "CHROME_HEADLESS": "1", 557 "CHROME_HEADLESS": "1",
554 "SKIA_OUT": "[SLAVE_BUILD]\\out" 558 "SKIA_OUT": "[SLAVE_BUILD]\\out"
555 }, 559 },
556 "name": "dm" 560 "name": "dm"
557 }, 561 },
558 { 562 {
559 "name": "$result", 563 "name": "$result",
560 "recipe_result": null, 564 "recipe_result": null,
561 "status_code": 0 565 "status_code": 0
562 } 566 }
563 ] 567 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698