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

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

Powered by Google App Engine
This is Rietveld 408576698