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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug.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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 "svg", 501 "svg",
502 "_", 502 "_",
503 "Seal_of_Kansas.svg", 503 "Seal_of_Kansas.svg",
504 "2ndpic-8888", 504 "2ndpic-8888",
505 "svg", 505 "svg",
506 "_", 506 "_",
507 "Seal_of_Kansas.svg", 507 "Seal_of_Kansas.svg",
508 "serialize-8888", 508 "serialize-8888",
509 "svg", 509 "svg",
510 "_", 510 "_",
511 "Seal_of_Kansas.svg" 511 "Seal_of_Kansas.svg",
512 "--match",
513 "~ColorSpaceCRBug",
514 "--solo",
515 "ColorSpaceCRBug"
512 ], 516 ],
513 "env": { 517 "env": {
514 "BUILDTYPE": "Debug", 518 "BUILDTYPE": "Debug",
515 "CHROME_HEADLESS": "1", 519 "CHROME_HEADLESS": "1",
516 "SKIA_OUT": "[SLAVE_BUILD]/out" 520 "SKIA_OUT": "[SLAVE_BUILD]/out"
517 }, 521 },
518 "name": "dm" 522 "name": "dm"
519 }, 523 },
520 { 524 {
521 "name": "$result", 525 "name": "$result",
522 "recipe_result": null, 526 "recipe_result": null,
523 "status_code": 0 527 "status_code": 0
524 } 528 }
525 ] 529 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698