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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/failed_dm.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 "~followup_annotations": [ 502 "~followup_annotations": [
499 "step returned non-zero exit code: 1", 503 "step returned non-zero exit code: 1",
500 "@@@STEP_FAILURE@@@" 504 "@@@STEP_FAILURE@@@"
501 ] 505 ]
502 }, 506 },
503 { 507 {
504 "name": "$result", 508 "name": "$result",
505 "reason": "Failed build steps: dm", 509 "reason": "Failed build steps: dm",
506 "recipe_result": null, 510 "recipe_result": null,
507 "status_code": 1 511 "status_code": 1
508 } 512 }
509 ] 513 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698