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

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

Issue 2738243002: [Sync] Enable Sync_integration_tests on chromeos (Closed)
Patch Set: add to main waterfall Created 3 years, 9 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 | « chrome/browser/sync/test/integration/two_client_printers_sync_test.cc ('k') | 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 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 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 { 386 {
387 "swarming": { 387 "swarming": {
388 "can_use_on_swarming_builders": true 388 "can_use_on_swarming_builders": true
389 }, 389 },
390 "test": "storage_unittests" 390 "test": "storage_unittests"
391 }, 391 },
392 { 392 {
393 "swarming": { 393 "swarming": {
394 "can_use_on_swarming_builders": true 394 "can_use_on_swarming_builders": true
395 }, 395 },
396 "test": "sync_integration_tests"
397 },
398 {
399 "swarming": {
400 "can_use_on_swarming_builders": true
401 },
396 "test": "ui_arc_unittests" 402 "test": "ui_arc_unittests"
397 }, 403 },
398 { 404 {
399 "swarming": { 405 "swarming": {
400 "can_use_on_swarming_builders": true 406 "can_use_on_swarming_builders": true
401 }, 407 },
402 "test": "ui_base_unittests" 408 "test": "ui_base_unittests"
403 }, 409 },
404 { 410 {
405 "swarming": { 411 "swarming": {
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 { 769 {
764 "swarming": { 770 "swarming": {
765 "can_use_on_swarming_builders": true 771 "can_use_on_swarming_builders": true
766 }, 772 },
767 "test": "storage_unittests" 773 "test": "storage_unittests"
768 }, 774 },
769 { 775 {
770 "swarming": { 776 "swarming": {
771 "can_use_on_swarming_builders": true 777 "can_use_on_swarming_builders": true
772 }, 778 },
779 "test": "sync_integration_tests"
780 },
781 {
782 "swarming": {
783 "can_use_on_swarming_builders": true
784 },
773 "test": "ui_arc_unittests" 785 "test": "ui_arc_unittests"
774 }, 786 },
775 { 787 {
776 "swarming": { 788 "swarming": {
777 "can_use_on_swarming_builders": true 789 "can_use_on_swarming_builders": true
778 }, 790 },
779 "test": "ui_base_unittests" 791 "test": "ui_base_unittests"
780 }, 792 },
781 { 793 {
782 "swarming": { 794 "swarming": {
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
1109 { 1121 {
1110 "swarming": { 1122 "swarming": {
1111 "can_use_on_swarming_builders": true 1123 "can_use_on_swarming_builders": true
1112 }, 1124 },
1113 "test": "storage_unittests" 1125 "test": "storage_unittests"
1114 }, 1126 },
1115 { 1127 {
1116 "swarming": { 1128 "swarming": {
1117 "can_use_on_swarming_builders": true 1129 "can_use_on_swarming_builders": true
1118 }, 1130 },
1131 "test": "sync_integration_tests"
1132 },
1133 {
1134 "swarming": {
1135 "can_use_on_swarming_builders": true
1136 },
1119 "test": "ui_arc_unittests" 1137 "test": "ui_arc_unittests"
1120 }, 1138 },
1121 { 1139 {
1122 "swarming": { 1140 "swarming": {
1123 "can_use_on_swarming_builders": true 1141 "can_use_on_swarming_builders": true
1124 }, 1142 },
1125 "test": "ui_base_unittests" 1143 "test": "ui_base_unittests"
1126 }, 1144 },
1127 { 1145 {
1128 "swarming": { 1146 "swarming": {
(...skipping 27 matching lines...) Expand all
1156 }, 1174 },
1157 { 1175 {
1158 "swarming": { 1176 "swarming": {
1159 "can_use_on_swarming_builders": true 1177 "can_use_on_swarming_builders": true
1160 }, 1178 },
1161 "test": "wm_unittests" 1179 "test": "wm_unittests"
1162 } 1180 }
1163 ] 1181 ]
1164 } 1182 }
1165 } 1183 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/integration/two_client_printers_sync_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698