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

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

Issue 2395363002: Add storage_unittests to buildbots. (Closed)
Patch Set: Rebased against master. Created 4 years, 2 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 | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium.memory.full.json » ('j') | 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 { 224 {
225 "swarming": { 225 "swarming": {
226 "can_use_on_swarming_builders": true 226 "can_use_on_swarming_builders": true
227 }, 227 },
228 "test": "sql_unittests" 228 "test": "sql_unittests"
229 }, 229 },
230 { 230 {
231 "swarming": { 231 "swarming": {
232 "can_use_on_swarming_builders": true 232 "can_use_on_swarming_builders": true
233 }, 233 },
234 "test": "storage_unittests"
235 },
236 {
237 "swarming": {
238 "can_use_on_swarming_builders": true
239 },
234 "test": "ui_base_unittests" 240 "test": "ui_base_unittests"
235 }, 241 },
236 { 242 {
237 "swarming": { 243 "swarming": {
238 "can_use_on_swarming_builders": true, 244 "can_use_on_swarming_builders": true,
239 "shards": 2 245 "shards": 2
240 }, 246 },
241 "test": "unit_tests" 247 "test": "unit_tests"
242 }, 248 },
243 { 249 {
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 { 531 {
526 "swarming": { 532 "swarming": {
527 "can_use_on_swarming_builders": true 533 "can_use_on_swarming_builders": true
528 }, 534 },
529 "test": "sql_unittests" 535 "test": "sql_unittests"
530 }, 536 },
531 { 537 {
532 "swarming": { 538 "swarming": {
533 "can_use_on_swarming_builders": true 539 "can_use_on_swarming_builders": true
534 }, 540 },
541 "test": "storage_unittests"
542 },
543 {
544 "swarming": {
545 "can_use_on_swarming_builders": true
546 },
535 "test": "ui_arc_unittests" 547 "test": "ui_arc_unittests"
536 }, 548 },
537 { 549 {
538 "swarming": { 550 "swarming": {
539 "can_use_on_swarming_builders": true 551 "can_use_on_swarming_builders": true
540 }, 552 },
541 "test": "ui_base_unittests" 553 "test": "ui_base_unittests"
542 }, 554 },
543 { 555 {
544 "swarming": { 556 "swarming": {
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 { 755 {
744 "swarming": { 756 "swarming": {
745 "can_use_on_swarming_builders": true 757 "can_use_on_swarming_builders": true
746 }, 758 },
747 "test": "sql_unittests" 759 "test": "sql_unittests"
748 }, 760 },
749 { 761 {
750 "swarming": { 762 "swarming": {
751 "can_use_on_swarming_builders": true 763 "can_use_on_swarming_builders": true
752 }, 764 },
765 "test": "storage_unittests"
766 },
767 {
768 "swarming": {
769 "can_use_on_swarming_builders": true
770 },
753 "test": "ui_base_unittests" 771 "test": "ui_base_unittests"
754 }, 772 },
755 { 773 {
756 "swarming": { 774 "swarming": {
757 "can_use_on_swarming_builders": true 775 "can_use_on_swarming_builders": true
758 }, 776 },
759 "test": "unit_tests" 777 "test": "unit_tests"
760 }, 778 },
761 { 779 {
762 "swarming": { 780 "swarming": {
(...skipping 15 matching lines...) Expand all
778 }, 796 },
779 { 797 {
780 "swarming": { 798 "swarming": {
781 "can_use_on_swarming_builders": true 799 "can_use_on_swarming_builders": true
782 }, 800 },
783 "test": "wtf_unittests" 801 "test": "wtf_unittests"
784 } 802 }
785 ] 803 ]
786 } 804 }
787 } 805 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium.memory.full.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698