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

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

Issue 1240333002: Convert google_apis_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: fixed Created 5 years, 5 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 GN": { 2 "Linux ChromiumOS GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "browser_tests", 7 "browser_tests",
8 "cacheinvalidation_unittests", 8 "cacheinvalidation_unittests",
9 "chromedriver_unittests", 9 "chromedriver_unittests",
10 "chromeos_unittests", 10 "chromeos_unittests",
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 }, 233 },
234 "test": "gcm_unit_tests" 234 "test": "gcm_unit_tests"
235 }, 235 },
236 { 236 {
237 "swarming": { 237 "swarming": {
238 "can_use_on_swarming_builders": true 238 "can_use_on_swarming_builders": true
239 }, 239 },
240 "test": "gfx_unittests" 240 "test": "gfx_unittests"
241 }, 241 },
242 { 242 {
243 "swarming": {
244 "can_use_on_swarming_builders": true
245 },
243 "test": "google_apis_unittests" 246 "test": "google_apis_unittests"
244 }, 247 },
245 { 248 {
246 "swarming": { 249 "swarming": {
247 "can_use_on_swarming_builders": true 250 "can_use_on_swarming_builders": true
248 }, 251 },
249 "test": "gpu_unittests" 252 "test": "gpu_unittests"
250 }, 253 },
251 { 254 {
252 "swarming": { 255 "swarming": {
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 }, 515 },
513 "test": "gcm_unit_tests" 516 "test": "gcm_unit_tests"
514 }, 517 },
515 { 518 {
516 "swarming": { 519 "swarming": {
517 "can_use_on_swarming_builders": true 520 "can_use_on_swarming_builders": true
518 }, 521 },
519 "test": "gfx_unittests" 522 "test": "gfx_unittests"
520 }, 523 },
521 { 524 {
525 "swarming": {
526 "can_use_on_swarming_builders": true
527 },
522 "test": "google_apis_unittests" 528 "test": "google_apis_unittests"
523 }, 529 },
524 { 530 {
525 "swarming": { 531 "swarming": {
526 "can_use_on_swarming_builders": true 532 "can_use_on_swarming_builders": true
527 }, 533 },
528 "test": "gpu_unittests" 534 "test": "gpu_unittests"
529 }, 535 },
530 { 536 {
531 "swarming": { 537 "swarming": {
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 }, 791 },
786 "test": "gcm_unit_tests" 792 "test": "gcm_unit_tests"
787 }, 793 },
788 { 794 {
789 "swarming": { 795 "swarming": {
790 "can_use_on_swarming_builders": true 796 "can_use_on_swarming_builders": true
791 }, 797 },
792 "test": "gfx_unittests" 798 "test": "gfx_unittests"
793 }, 799 },
794 { 800 {
801 "swarming": {
802 "can_use_on_swarming_builders": true
803 },
795 "test": "google_apis_unittests" 804 "test": "google_apis_unittests"
796 }, 805 },
797 { 806 {
798 "swarming": { 807 "swarming": {
799 "can_use_on_swarming_builders": true 808 "can_use_on_swarming_builders": true
800 }, 809 },
801 "test": "gpu_unittests" 810 "test": "gpu_unittests"
802 }, 811 },
803 { 812 {
804 "swarming": { 813 "swarming": {
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 }, 935 },
927 { 936 {
928 "swarming": { 937 "swarming": {
929 "can_use_on_swarming_builders": true 938 "can_use_on_swarming_builders": true
930 }, 939 },
931 "test": "wm_unittests" 940 "test": "wm_unittests"
932 } 941 }
933 ] 942 ]
934 } 943 }
935 } 944 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698