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

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

Issue 1207383007: Convert display_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@1_clang
Patch Set: Fix malformed isolate file 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 | « build/gn_migration.gypi ('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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 { 197 {
198 "test": "dbus_unittests" 198 "test": "dbus_unittests"
199 }, 199 },
200 { 200 {
201 "swarming": { 201 "swarming": {
202 "can_use_on_swarming_builders": true 202 "can_use_on_swarming_builders": true
203 }, 203 },
204 "test": "device_unittests" 204 "test": "device_unittests"
205 }, 205 },
206 { 206 {
207 "swarming": {
208 "can_use_on_swarming_builders": true
209 },
207 "test": "display_unittests" 210 "test": "display_unittests"
208 }, 211 },
209 { 212 {
210 "swarming": { 213 "swarming": {
211 "can_use_on_swarming_builders": true 214 "can_use_on_swarming_builders": true
212 }, 215 },
213 "test": "events_unittests" 216 "test": "events_unittests"
214 }, 217 },
215 { 218 {
216 "swarming": { 219 "swarming": {
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 { 473 {
471 "test": "dbus_unittests" 474 "test": "dbus_unittests"
472 }, 475 },
473 { 476 {
474 "swarming": { 477 "swarming": {
475 "can_use_on_swarming_builders": true 478 "can_use_on_swarming_builders": true
476 }, 479 },
477 "test": "device_unittests" 480 "test": "device_unittests"
478 }, 481 },
479 { 482 {
483 "swarming": {
484 "can_use_on_swarming_builders": true
485 },
480 "test": "display_unittests" 486 "test": "display_unittests"
481 }, 487 },
482 { 488 {
483 "swarming": { 489 "swarming": {
484 "can_use_on_swarming_builders": true 490 "can_use_on_swarming_builders": true
485 }, 491 },
486 "test": "events_unittests" 492 "test": "events_unittests"
487 }, 493 },
488 { 494 {
489 "swarming": { 495 "swarming": {
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 { 743 {
738 "test": "dbus_unittests" 744 "test": "dbus_unittests"
739 }, 745 },
740 { 746 {
741 "swarming": { 747 "swarming": {
742 "can_use_on_swarming_builders": true 748 "can_use_on_swarming_builders": true
743 }, 749 },
744 "test": "device_unittests" 750 "test": "device_unittests"
745 }, 751 },
746 { 752 {
753 "swarming": {
754 "can_use_on_swarming_builders": true
755 },
747 "test": "display_unittests" 756 "test": "display_unittests"
748 }, 757 },
749 { 758 {
750 "swarming": { 759 "swarming": {
751 "can_use_on_swarming_builders": true 760 "can_use_on_swarming_builders": true
752 }, 761 },
753 "test": "events_unittests" 762 "test": "events_unittests"
754 }, 763 },
755 { 764 {
756 "swarming": { 765 "swarming": {
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 }, 920 },
912 { 921 {
913 "swarming": { 922 "swarming": {
914 "can_use_on_swarming_builders": true 923 "can_use_on_swarming_builders": true
915 }, 924 },
916 "test": "wm_unittests" 925 "test": "wm_unittests"
917 } 926 }
918 ] 927 ]
919 } 928 }
920 } 929 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698