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

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

Issue 2164633004: Enable ui_struct_traits_unittests on try bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@display_traits
Patch Set: Add testonly. Created 4 years, 4 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 | « services/ui/public/interfaces/BUILD.gn ('k') | testing/buildbot/chromium.linux.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 Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS GN": { 7 "Linux ChromiumOS GN": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "gn_all" 9 "gn_all"
10 ], 10 ],
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 }, 328 },
329 "test": "ui_base_unittests" 329 "test": "ui_base_unittests"
330 }, 330 },
331 { 331 {
332 "test": "ui_chromeos_unittests" 332 "test": "ui_chromeos_unittests"
333 }, 333 },
334 { 334 {
335 "swarming": { 335 "swarming": {
336 "can_use_on_swarming_builders": true 336 "can_use_on_swarming_builders": true
337 }, 337 },
338 "test": "ui_struct_traits_unittests"
339 },
340 {
341 "swarming": {
342 "can_use_on_swarming_builders": true
343 },
338 "test": "ui_touch_selection_unittests" 344 "test": "ui_touch_selection_unittests"
339 }, 345 },
340 { 346 {
341 "swarming": { 347 "swarming": {
342 "can_use_on_swarming_builders": true 348 "can_use_on_swarming_builders": true
343 }, 349 },
344 "test": "unit_tests" 350 "test": "unit_tests"
345 }, 351 },
346 { 352 {
347 "swarming": { 353 "swarming": {
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 }, 676 },
671 "test": "ui_base_unittests" 677 "test": "ui_base_unittests"
672 }, 678 },
673 { 679 {
674 "test": "ui_chromeos_unittests" 680 "test": "ui_chromeos_unittests"
675 }, 681 },
676 { 682 {
677 "swarming": { 683 "swarming": {
678 "can_use_on_swarming_builders": true 684 "can_use_on_swarming_builders": true
679 }, 685 },
686 "test": "ui_struct_traits_unittests"
687 },
688 {
689 "swarming": {
690 "can_use_on_swarming_builders": true
691 },
680 "test": "ui_touch_selection_unittests" 692 "test": "ui_touch_selection_unittests"
681 }, 693 },
682 { 694 {
683 "swarming": { 695 "swarming": {
684 "can_use_on_swarming_builders": true 696 "can_use_on_swarming_builders": true
685 }, 697 },
686 "test": "unit_tests" 698 "test": "unit_tests"
687 }, 699 },
688 { 700 {
689 "swarming": { 701 "swarming": {
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
1015 }, 1027 },
1016 { 1028 {
1017 "swarming": { 1029 "swarming": {
1018 "can_use_on_swarming_builders": true 1030 "can_use_on_swarming_builders": true
1019 }, 1031 },
1020 "test": "wm_unittests" 1032 "test": "wm_unittests"
1021 } 1033 }
1022 ] 1034 ]
1023 } 1035 }
1024 } 1036 }
OLDNEW
« no previous file with comments | « services/ui/public/interfaces/BUILD.gn ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698