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

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

Issue 2151093003: Run mus_demo_unittests on X11 Chrome OS trybot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Run not Ozone. Created 4 years, 3 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/demo/BUILD.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('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 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 { 668 {
669 "swarming": { 669 "swarming": {
670 "can_use_on_swarming_builders": true 670 "can_use_on_swarming_builders": true
671 }, 671 },
672 "test": "midi_unittests" 672 "test": "midi_unittests"
673 }, 673 },
674 { 674 {
675 "swarming": { 675 "swarming": {
676 "can_use_on_swarming_builders": true 676 "can_use_on_swarming_builders": true
677 }, 677 },
678 "test": "mus_demo_unittests"
679 },
680 {
681 "swarming": {
682 "can_use_on_swarming_builders": true
683 },
678 "test": "nacl_helper_nonsfi_unittests" 684 "test": "nacl_helper_nonsfi_unittests"
679 }, 685 },
680 { 686 {
681 "swarming": { 687 "swarming": {
682 "can_use_on_swarming_builders": true 688 "can_use_on_swarming_builders": true
683 }, 689 },
684 "test": "nacl_loader_unittests" 690 "test": "nacl_loader_unittests"
685 }, 691 },
686 { 692 {
687 "swarming": { 693 "swarming": {
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
1100 }, 1106 },
1101 { 1107 {
1102 "swarming": { 1108 "swarming": {
1103 "can_use_on_swarming_builders": true 1109 "can_use_on_swarming_builders": true
1104 }, 1110 },
1105 "test": "wm_unittests" 1111 "test": "wm_unittests"
1106 } 1112 }
1107 ] 1113 ]
1108 } 1114 }
1109 } 1115 }
OLDNEW
« no previous file with comments | « services/ui/demo/BUILD.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698