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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot.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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 "_", 428 "_",
429 "Seal_of_Kansas.svg", 429 "Seal_of_Kansas.svg",
430 "2ndpic-8888", 430 "2ndpic-8888",
431 "svg", 431 "svg",
432 "_", 432 "_",
433 "Seal_of_Kansas.svg", 433 "Seal_of_Kansas.svg",
434 "serialize-8888", 434 "serialize-8888",
435 "svg", 435 "svg",
436 "_", 436 "_",
437 "Seal_of_Kansas.svg", 437 "Seal_of_Kansas.svg",
438 "--match",
439 "~ColorSpaceCRBug",
440 "--solo",
441 "ColorSpaceCRBug",
438 "--outResultsFile", 442 "--outResultsFile",
439 "[SLAVE_BUILD]/out/coverage_results/abc123.cov" 443 "[SLAVE_BUILD]/out/coverage_results/abc123.cov"
440 ], 444 ],
441 "cwd": "[SLAVE_BUILD]/skia", 445 "cwd": "[SLAVE_BUILD]/skia",
442 "env": { 446 "env": {
443 "BUILDTYPE": "Coverage", 447 "BUILDTYPE": "Coverage",
444 "CHROME_HEADLESS": "1", 448 "CHROME_HEADLESS": "1",
445 "SKIA_OUT": "[SLAVE_BUILD]/out" 449 "SKIA_OUT": "[SLAVE_BUILD]/out"
446 }, 450 },
447 "name": "dm" 451 "name": "dm"
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 "[CUSTOM_[SWARM_OUT_DIR]]" 539 "[CUSTOM_[SWARM_OUT_DIR]]"
536 ], 540 ],
537 "name": "Copy to swarming out (2)" 541 "name": "Copy to swarming out (2)"
538 }, 542 },
539 { 543 {
540 "name": "$result", 544 "name": "$result",
541 "recipe_result": null, 545 "recipe_result": null,
542 "status_code": 0 546 "status_code": 0
543 } 547 }
544 ] 548 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698