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

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

Issue 1205423003: Convert gcm_unit_tests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@8_sql_unittests
Patch Set: Fix path typo 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
« no previous file with comments | « google_apis/gcm/gcm_unit_tests.isolate ('k') | testing/buildbot/chromium.fyi.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 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 { 206 {
207 "swarming": { 207 "swarming": {
208 "can_use_on_swarming_builders": true 208 "can_use_on_swarming_builders": true
209 }, 209 },
210 "test": "extensions_browsertests" 210 "test": "extensions_browsertests"
211 }, 211 },
212 { 212 {
213 "test": "extensions_unittests" 213 "test": "extensions_unittests"
214 }, 214 },
215 { 215 {
216 "swarming": {
217 "can_use_on_swarming_builders": true
218 },
216 "test": "gcm_unit_tests" 219 "test": "gcm_unit_tests"
217 }, 220 },
218 { 221 {
219 "swarming": { 222 "swarming": {
220 "can_use_on_swarming_builders": true 223 "can_use_on_swarming_builders": true
221 }, 224 },
222 "test": "gfx_unittests" 225 "test": "gfx_unittests"
223 }, 226 },
224 { 227 {
225 "test": "google_apis_unittests" 228 "test": "google_apis_unittests"
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 { 452 {
450 "swarming": { 453 "swarming": {
451 "can_use_on_swarming_builders": true 454 "can_use_on_swarming_builders": true
452 }, 455 },
453 "test": "extensions_browsertests" 456 "test": "extensions_browsertests"
454 }, 457 },
455 { 458 {
456 "test": "extensions_unittests" 459 "test": "extensions_unittests"
457 }, 460 },
458 { 461 {
462 "swarming": {
463 "can_use_on_swarming_builders": true
464 },
459 "test": "gcm_unit_tests" 465 "test": "gcm_unit_tests"
460 }, 466 },
461 { 467 {
462 "swarming": { 468 "swarming": {
463 "can_use_on_swarming_builders": true 469 "can_use_on_swarming_builders": true
464 }, 470 },
465 "test": "gfx_unittests" 471 "test": "gfx_unittests"
466 }, 472 },
467 { 473 {
468 "test": "google_apis_unittests" 474 "test": "google_apis_unittests"
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 { 692 {
687 "swarming": { 693 "swarming": {
688 "can_use_on_swarming_builders": true 694 "can_use_on_swarming_builders": true
689 }, 695 },
690 "test": "extensions_browsertests" 696 "test": "extensions_browsertests"
691 }, 697 },
692 { 698 {
693 "test": "extensions_unittests" 699 "test": "extensions_unittests"
694 }, 700 },
695 { 701 {
702 "swarming": {
703 "can_use_on_swarming_builders": true
704 },
696 "test": "gcm_unit_tests" 705 "test": "gcm_unit_tests"
697 }, 706 },
698 { 707 {
699 "swarming": { 708 "swarming": {
700 "can_use_on_swarming_builders": true 709 "can_use_on_swarming_builders": true
701 }, 710 },
702 "test": "gfx_unittests" 711 "test": "gfx_unittests"
703 }, 712 },
704 { 713 {
705 "test": "google_apis_unittests" 714 "test": "google_apis_unittests"
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 }, 830 },
822 { 831 {
823 "test": "views_unittests" 832 "test": "views_unittests"
824 }, 833 },
825 { 834 {
826 "test": "wm_unittests" 835 "test": "wm_unittests"
827 } 836 }
828 ] 837 ]
829 } 838 }
830 } 839 }
OLDNEW
« no previous file with comments | « google_apis/gcm/gcm_unit_tests.isolate ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698