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

Side by Side Diff: testing/buildbot/chromium.chromiumos.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.android.json ('k') | testing/buildbot/chromium.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 ChromiumOS Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS Ozone Tests (1)": { 7 "Linux ChromiumOS Ozone Tests (1)": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "swarming": { 10 "swarming": {
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 { 315 {
316 "swarming": { 316 "swarming": {
317 "can_use_on_swarming_builders": true 317 "can_use_on_swarming_builders": true
318 }, 318 },
319 "test": "sql_unittests" 319 "test": "sql_unittests"
320 }, 320 },
321 { 321 {
322 "swarming": { 322 "swarming": {
323 "can_use_on_swarming_builders": true 323 "can_use_on_swarming_builders": true
324 }, 324 },
325 "test": "storage_unittests"
326 },
327 {
328 "swarming": {
329 "can_use_on_swarming_builders": true
330 },
325 "test": "ui_arc_unittests" 331 "test": "ui_arc_unittests"
326 }, 332 },
327 { 333 {
328 "swarming": { 334 "swarming": {
329 "can_use_on_swarming_builders": true 335 "can_use_on_swarming_builders": true
330 }, 336 },
331 "test": "ui_base_unittests" 337 "test": "ui_base_unittests"
332 }, 338 },
333 { 339 {
334 "swarming": { 340 "swarming": {
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 { 699 {
694 "swarming": { 700 "swarming": {
695 "can_use_on_swarming_builders": true 701 "can_use_on_swarming_builders": true
696 }, 702 },
697 "test": "sql_unittests" 703 "test": "sql_unittests"
698 }, 704 },
699 { 705 {
700 "swarming": { 706 "swarming": {
701 "can_use_on_swarming_builders": true 707 "can_use_on_swarming_builders": true
702 }, 708 },
709 "test": "storage_unittests"
710 },
711 {
712 "swarming": {
713 "can_use_on_swarming_builders": true
714 },
703 "test": "ui_arc_unittests" 715 "test": "ui_arc_unittests"
704 }, 716 },
705 { 717 {
706 "swarming": { 718 "swarming": {
707 "can_use_on_swarming_builders": true 719 "can_use_on_swarming_builders": true
708 }, 720 },
709 "test": "ui_base_unittests" 721 "test": "ui_base_unittests"
710 }, 722 },
711 { 723 {
712 "swarming": { 724 "swarming": {
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 { 1051 {
1040 "swarming": { 1052 "swarming": {
1041 "can_use_on_swarming_builders": true 1053 "can_use_on_swarming_builders": true
1042 }, 1054 },
1043 "test": "sql_unittests" 1055 "test": "sql_unittests"
1044 }, 1056 },
1045 { 1057 {
1046 "swarming": { 1058 "swarming": {
1047 "can_use_on_swarming_builders": true 1059 "can_use_on_swarming_builders": true
1048 }, 1060 },
1061 "test": "storage_unittests"
1062 },
1063 {
1064 "swarming": {
1065 "can_use_on_swarming_builders": true
1066 },
1049 "test": "ui_arc_unittests" 1067 "test": "ui_arc_unittests"
1050 }, 1068 },
1051 { 1069 {
1052 "swarming": { 1070 "swarming": {
1053 "can_use_on_swarming_builders": true 1071 "can_use_on_swarming_builders": true
1054 }, 1072 },
1055 "test": "ui_base_unittests" 1073 "test": "ui_base_unittests"
1056 }, 1074 },
1057 { 1075 {
1058 "swarming": { 1076 "swarming": {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 }, 1116 },
1099 { 1117 {
1100 "swarming": { 1118 "swarming": {
1101 "can_use_on_swarming_builders": true 1119 "can_use_on_swarming_builders": true
1102 }, 1120 },
1103 "test": "wm_unittests" 1121 "test": "wm_unittests"
1104 } 1122 }
1105 ] 1123 ]
1106 } 1124 }
1107 } 1125 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.android.json ('k') | testing/buildbot/chromium.full.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698