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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared.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 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 "svg", 482 "svg",
483 "_", 483 "_",
484 "Seal_of_Kansas.svg", 484 "Seal_of_Kansas.svg",
485 "2ndpic-8888", 485 "2ndpic-8888",
486 "svg", 486 "svg",
487 "_", 487 "_",
488 "Seal_of_Kansas.svg", 488 "Seal_of_Kansas.svg",
489 "serialize-8888", 489 "serialize-8888",
490 "svg", 490 "svg",
491 "_", 491 "_",
492 "Seal_of_Kansas.svg" 492 "Seal_of_Kansas.svg",
493 "--match",
494 "~ColorSpaceCRBug",
495 "--solo",
496 "ColorSpaceCRBug"
493 ], 497 ],
494 "env": { 498 "env": {
495 "BUILDTYPE": "Release", 499 "BUILDTYPE": "Release",
496 "CHROME_HEADLESS": "1", 500 "CHROME_HEADLESS": "1",
497 "SKIA_OUT": "[SLAVE_BUILD]/out" 501 "SKIA_OUT": "[SLAVE_BUILD]/out"
498 }, 502 },
499 "name": "dm" 503 "name": "dm"
500 }, 504 },
501 { 505 {
502 "name": "$result", 506 "name": "$result",
503 "recipe_result": null, 507 "recipe_result": null,
504 "status_code": 0 508 "status_code": 0
505 } 509 }
506 ] 510 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698