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

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

Issue 2908843002: Rename "service_unittests" -> "services_unittests". (Closed)
Patch Set: Created 3 years, 7 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
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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 { 359 {
360 "swarming": { 360 "swarming": {
361 "can_use_on_swarming_builders": true 361 "can_use_on_swarming_builders": true
362 }, 362 },
363 "test": "sandbox_linux_unittests" 363 "test": "sandbox_linux_unittests"
364 }, 364 },
365 { 365 {
366 "swarming": { 366 "swarming": {
367 "can_use_on_swarming_builders": true 367 "can_use_on_swarming_builders": true
368 }, 368 },
369 "test": "service_unittests" 369 "test": "services_unittests"
370 }, 370 },
371 { 371 {
372 "swarming": { 372 "swarming": {
373 "can_use_on_swarming_builders": true 373 "can_use_on_swarming_builders": true
374 }, 374 },
375 "test": "skia_unittests" 375 "test": "skia_unittests"
376 }, 376 },
377 { 377 {
378 "swarming": { 378 "swarming": {
379 "can_use_on_swarming_builders": true 379 "can_use_on_swarming_builders": true
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 ], 736 ],
737 "swarming": { 737 "swarming": {
738 "can_use_on_swarming_builders": true 738 "can_use_on_swarming_builders": true
739 }, 739 },
740 "test": "sandbox_linux_unittests" 740 "test": "sandbox_linux_unittests"
741 }, 741 },
742 { 742 {
743 "swarming": { 743 "swarming": {
744 "can_use_on_swarming_builders": true 744 "can_use_on_swarming_builders": true
745 }, 745 },
746 "test": "service_unittests" 746 "test": "services_unittests"
747 }, 747 },
748 { 748 {
749 "swarming": { 749 "swarming": {
750 "can_use_on_swarming_builders": true 750 "can_use_on_swarming_builders": true
751 }, 751 },
752 "test": "skia_unittests" 752 "test": "skia_unittests"
753 }, 753 },
754 { 754 {
755 "swarming": { 755 "swarming": {
756 "can_use_on_swarming_builders": true 756 "can_use_on_swarming_builders": true
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 ], 1088 ],
1089 "swarming": { 1089 "swarming": {
1090 "can_use_on_swarming_builders": true 1090 "can_use_on_swarming_builders": true
1091 }, 1091 },
1092 "test": "sandbox_linux_unittests" 1092 "test": "sandbox_linux_unittests"
1093 }, 1093 },
1094 { 1094 {
1095 "swarming": { 1095 "swarming": {
1096 "can_use_on_swarming_builders": true 1096 "can_use_on_swarming_builders": true
1097 }, 1097 },
1098 "test": "service_unittests" 1098 "test": "services_unittests"
1099 }, 1099 },
1100 { 1100 {
1101 "swarming": { 1101 "swarming": {
1102 "can_use_on_swarming_builders": true 1102 "can_use_on_swarming_builders": true
1103 }, 1103 },
1104 "test": "skia_unittests" 1104 "test": "skia_unittests"
1105 }, 1105 },
1106 { 1106 {
1107 "swarming": { 1107 "swarming": {
1108 "can_use_on_swarming_builders": true 1108 "can_use_on_swarming_builders": true
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
1165 }, 1165 },
1166 { 1166 {
1167 "swarming": { 1167 "swarming": {
1168 "can_use_on_swarming_builders": true 1168 "can_use_on_swarming_builders": true
1169 }, 1169 },
1170 "test": "wm_unittests" 1170 "test": "wm_unittests"
1171 } 1171 }
1172 ] 1172 ]
1173 } 1173 }
1174 } 1174 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698