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

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

Issue 1210183005: Revert of 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, 6 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 },
301 "test": "ui_base_unittests" 298 "test": "ui_base_unittests"
302 }, 299 },
303 { 300 {
304 "test": "ui_chromeos_unittests" 301 "test": "ui_chromeos_unittests"
305 }, 302 },
306 { 303 {
307 "test": "ui_touch_selection_unittests" 304 "test": "ui_touch_selection_unittests"
308 }, 305 },
309 { 306 {
310 "swarming": { 307 "swarming": {
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 { 497 {
501 "test": "skia_unittests" 498 "test": "skia_unittests"
502 }, 499 },
503 { 500 {
504 "test": "sql_unittests" 501 "test": "sql_unittests"
505 }, 502 },
506 { 503 {
507 "test": "sync_unit_tests" 504 "test": "sync_unit_tests"
508 }, 505 },
509 { 506 {
510 "swarming": {
511 "can_use_on_swarming_builders": true
512 },
513 "test": "ui_base_unittests" 507 "test": "ui_base_unittests"
514 }, 508 },
515 { 509 {
516 "test": "ui_chromeos_unittests" 510 "test": "ui_chromeos_unittests"
517 }, 511 },
518 { 512 {
519 "test": "ui_touch_selection_unittests" 513 "test": "ui_touch_selection_unittests"
520 }, 514 },
521 { 515 {
522 "swarming": { 516 "swarming": {
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 { 705 {
712 "test": "skia_unittests" 706 "test": "skia_unittests"
713 }, 707 },
714 { 708 {
715 "test": "sql_unittests" 709 "test": "sql_unittests"
716 }, 710 },
717 { 711 {
718 "test": "sync_unit_tests" 712 "test": "sync_unit_tests"
719 }, 713 },
720 { 714 {
721 "swarming": {
722 "can_use_on_swarming_builders": true
723 },
724 "test": "ui_base_unittests" 715 "test": "ui_base_unittests"
725 }, 716 },
726 { 717 {
727 "test": "ui_chromeos_unittests" 718 "test": "ui_chromeos_unittests"
728 }, 719 },
729 { 720 {
730 "test": "ui_touch_selection_unittests" 721 "test": "ui_touch_selection_unittests"
731 }, 722 },
732 { 723 {
733 "swarming": { 724 "swarming": {
734 "can_use_on_swarming_builders": true 725 "can_use_on_swarming_builders": true
735 }, 726 },
736 "test": "unit_tests" 727 "test": "unit_tests"
737 }, 728 },
738 { 729 {
739 "test": "url_unittests" 730 "test": "url_unittests"
740 }, 731 },
741 { 732 {
742 "test": "views_unittests" 733 "test": "views_unittests"
743 }, 734 },
744 { 735 {
745 "test": "wm_unittests" 736 "test": "wm_unittests"
746 } 737 }
747 ] 738 ]
748 } 739 }
749 } 740 }
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