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 2257873005: mash: Re-enable mash_browser_tests in ozone builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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 | « no previous file | no next file » | 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 }, 104 },
105 "test": "aura_unittests" 105 "test": "aura_unittests"
106 }, 106 },
107 { 107 {
108 "swarming": { 108 "swarming": {
109 "can_use_on_swarming_builders": true 109 "can_use_on_swarming_builders": true
110 }, 110 },
111 "test": "base_unittests" 111 "test": "base_unittests"
112 }, 112 },
113 { 113 {
114 "args": [
115 "--override-use-gl-with-osmesa-for-tests",
116 "--run-in-mash",
117 "--test-launcher-filter-file=src/testing/buildbot/filters/mash.browser _tests.filter",
118 "--use-test-config"
119 ],
120 "name": "mash_browser_tests",
121 "swarming": {
122 "can_use_on_swarming_builders": false
123 },
124 "test": "browser_tests"
125 },
126 {
114 "swarming": { 127 "swarming": {
115 "can_use_on_swarming_builders": true 128 "can_use_on_swarming_builders": true
116 }, 129 },
117 "test": "cacheinvalidation_unittests" 130 "test": "cacheinvalidation_unittests"
118 }, 131 },
119 { 132 {
120 "swarming": { 133 "swarming": {
121 "can_use_on_swarming_builders": true 134 "can_use_on_swarming_builders": true
122 }, 135 },
123 "test": "capture_unittests" 136 "test": "capture_unittests"
(...skipping 963 matching lines...) Expand 10 before | Expand all | Expand 10 after
1087 }, 1100 },
1088 { 1101 {
1089 "swarming": { 1102 "swarming": {
1090 "can_use_on_swarming_builders": true 1103 "can_use_on_swarming_builders": true
1091 }, 1104 },
1092 "test": "wm_unittests" 1105 "test": "wm_unittests"
1093 } 1106 }
1094 ] 1107 ]
1095 } 1108 }
1096 } 1109 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698