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

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

Issue 1206413002: Convert ui_base_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@5_midi_unittests
Patch Set: 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 | « no previous file | 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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 { 288 {
289 "test": "skia_unittests" 289 "test": "skia_unittests"
290 }, 290 },
291 { 291 {
292 "test": "sql_unittests" 292 "test": "sql_unittests"
293 }, 293 },
294 { 294 {
295 "test": "sync_unit_tests" 295 "test": "sync_unit_tests"
296 }, 296 },
297 { 297 {
298 "swarming": {
299 "can_use_on_swarming_builders": true
300 },
298 "test": "ui_base_unittests" 301 "test": "ui_base_unittests"
299 }, 302 },
300 { 303 {
301 "test": "ui_chromeos_unittests" 304 "test": "ui_chromeos_unittests"
302 }, 305 },
303 { 306 {
304 "test": "ui_touch_selection_unittests" 307 "test": "ui_touch_selection_unittests"
305 }, 308 },
306 { 309 {
307 "swarming": { 310 "swarming": {
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 { 500 {
498 "test": "skia_unittests" 501 "test": "skia_unittests"
499 }, 502 },
500 { 503 {
501 "test": "sql_unittests" 504 "test": "sql_unittests"
502 }, 505 },
503 { 506 {
504 "test": "sync_unit_tests" 507 "test": "sync_unit_tests"
505 }, 508 },
506 { 509 {
510 "swarming": {
511 "can_use_on_swarming_builders": true
512 },
507 "test": "ui_base_unittests" 513 "test": "ui_base_unittests"
508 }, 514 },
509 { 515 {
510 "test": "ui_chromeos_unittests" 516 "test": "ui_chromeos_unittests"
511 }, 517 },
512 { 518 {
513 "test": "ui_touch_selection_unittests" 519 "test": "ui_touch_selection_unittests"
514 }, 520 },
515 { 521 {
516 "swarming": { 522 "swarming": {
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 { 711 {
706 "test": "skia_unittests" 712 "test": "skia_unittests"
707 }, 713 },
708 { 714 {
709 "test": "sql_unittests" 715 "test": "sql_unittests"
710 }, 716 },
711 { 717 {
712 "test": "sync_unit_tests" 718 "test": "sync_unit_tests"
713 }, 719 },
714 { 720 {
721 "swarming": {
722 "can_use_on_swarming_builders": true
723 },
715 "test": "ui_base_unittests" 724 "test": "ui_base_unittests"
716 }, 725 },
717 { 726 {
718 "test": "ui_chromeos_unittests" 727 "test": "ui_chromeos_unittests"
719 }, 728 },
720 { 729 {
721 "test": "ui_touch_selection_unittests" 730 "test": "ui_touch_selection_unittests"
722 }, 731 },
723 { 732 {
724 "swarming": { 733 "swarming": {
725 "can_use_on_swarming_builders": true 734 "can_use_on_swarming_builders": true
726 }, 735 },
727 "test": "unit_tests" 736 "test": "unit_tests"
728 }, 737 },
729 { 738 {
730 "test": "url_unittests" 739 "test": "url_unittests"
731 }, 740 },
732 { 741 {
733 "test": "views_unittests" 742 "test": "views_unittests"
734 }, 743 },
735 { 744 {
736 "test": "wm_unittests" 745 "test": "wm_unittests"
737 } 746 }
738 ] 747 ]
739 } 748 }
740 } 749 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698