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

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

Issue 2665453002: Enable service_unittests on several bot configurations (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 | « testing/buildbot/chromium.android.json ('k') | testing/buildbot/chromium.linux.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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 }, 398 },
399 "test": "sandbox_linux_unittests" 399 "test": "sandbox_linux_unittests"
400 }, 400 },
401 { 401 {
402 "args": [ 402 "args": [
403 "--ozone-platform=x11" 403 "--ozone-platform=x11"
404 ], 404 ],
405 "swarming": { 405 "swarming": {
406 "can_use_on_swarming_builders": true 406 "can_use_on_swarming_builders": true
407 }, 407 },
408 "test": "service_unittests"
409 },
410 {
411 "args": [
412 "--ozone-platform=x11"
413 ],
414 "swarming": {
415 "can_use_on_swarming_builders": true
416 },
408 "test": "skia_unittests" 417 "test": "skia_unittests"
409 }, 418 },
410 { 419 {
411 "args": [ 420 "args": [
412 "--ozone-platform=x11" 421 "--ozone-platform=x11"
413 ], 422 ],
414 "swarming": { 423 "swarming": {
415 "can_use_on_swarming_builders": true 424 "can_use_on_swarming_builders": true
416 }, 425 },
417 "test": "sql_unittests" 426 "test": "sql_unittests"
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 ], 793 ],
785 "swarming": { 794 "swarming": {
786 "can_use_on_swarming_builders": true 795 "can_use_on_swarming_builders": true
787 }, 796 },
788 "test": "sandbox_linux_unittests" 797 "test": "sandbox_linux_unittests"
789 }, 798 },
790 { 799 {
791 "swarming": { 800 "swarming": {
792 "can_use_on_swarming_builders": true 801 "can_use_on_swarming_builders": true
793 }, 802 },
803 "test": "service_unittests"
804 },
805 {
806 "swarming": {
807 "can_use_on_swarming_builders": true
808 },
794 "test": "skia_unittests" 809 "test": "skia_unittests"
795 }, 810 },
796 { 811 {
797 "swarming": { 812 "swarming": {
798 "can_use_on_swarming_builders": true 813 "can_use_on_swarming_builders": true
799 }, 814 },
800 "test": "sql_unittests" 815 "test": "sql_unittests"
801 }, 816 },
802 { 817 {
803 "swarming": { 818 "swarming": {
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 ], 1139 ],
1125 "swarming": { 1140 "swarming": {
1126 "can_use_on_swarming_builders": true 1141 "can_use_on_swarming_builders": true
1127 }, 1142 },
1128 "test": "sandbox_linux_unittests" 1143 "test": "sandbox_linux_unittests"
1129 }, 1144 },
1130 { 1145 {
1131 "swarming": { 1146 "swarming": {
1132 "can_use_on_swarming_builders": true 1147 "can_use_on_swarming_builders": true
1133 }, 1148 },
1149 "test": "service_unittests"
1150 },
1151 {
1152 "swarming": {
1153 "can_use_on_swarming_builders": true
1154 },
1134 "test": "skia_unittests" 1155 "test": "skia_unittests"
1135 }, 1156 },
1136 { 1157 {
1137 "swarming": { 1158 "swarming": {
1138 "can_use_on_swarming_builders": true 1159 "can_use_on_swarming_builders": true
1139 }, 1160 },
1140 "test": "sql_unittests" 1161 "test": "sql_unittests"
1141 }, 1162 },
1142 { 1163 {
1143 "swarming": { 1164 "swarming": {
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1189 }, 1210 },
1190 { 1211 {
1191 "swarming": { 1212 "swarming": {
1192 "can_use_on_swarming_builders": true 1213 "can_use_on_swarming_builders": true
1193 }, 1214 },
1194 "test": "wm_unittests" 1215 "test": "wm_unittests"
1195 } 1216 }
1196 ] 1217 ]
1197 } 1218 }
1198 } 1219 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.android.json ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698