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

Side by Side Diff: testing/buildbot/chromium.memory.json

Issue 2651253002: Augment content_browsertests to 5 shards for Linux TSan Tests (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Linux ASan LSan Tests (1)": { 2 "Linux ASan LSan Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 "test": "chromedriver_unittests" 642 "test": "chromedriver_unittests"
643 }, 643 },
644 { 644 {
645 "swarming": { 645 "swarming": {
646 "can_use_on_swarming_builders": true 646 "can_use_on_swarming_builders": true
647 }, 647 },
648 "test": "components_unittests" 648 "test": "components_unittests"
649 }, 649 },
650 { 650 {
651 "swarming": { 651 "swarming": {
652 "can_use_on_swarming_builders": true 652 "can_use_on_swarming_builders": true,
653 "shards": 5
653 }, 654 },
654 "test": "content_browsertests" 655 "test": "content_browsertests"
655 }, 656 },
656 { 657 {
657 "swarming": { 658 "swarming": {
658 "can_use_on_swarming_builders": true 659 "can_use_on_swarming_builders": true
659 }, 660 },
660 "test": "content_unittests" 661 "test": "content_unittests"
661 }, 662 },
662 { 663 {
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
1078 }, 1079 },
1079 { 1080 {
1080 "swarming": { 1081 "swarming": {
1081 "can_use_on_swarming_builders": true 1082 "can_use_on_swarming_builders": true
1082 }, 1083 },
1083 "test": "wtf_unittests" 1084 "test": "wtf_unittests"
1084 } 1085 }
1085 ] 1086 ]
1086 } 1087 }
1087 } 1088 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698