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

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

Powered by Google App Engine
This is Rietveld 408576698