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

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

Issue 2715713003: Switch mash_browser_tests back to Ozone headless. (Closed)
Patch Set: Created 3 years, 10 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 Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS Ozone Tests (1)": { 7 "Linux ChromiumOS Ozone Tests (1)": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "swarming": { 10 "swarming": {
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "test": "ipc_tests" 213 "test": "ipc_tests"
214 }, 214 },
215 { 215 {
216 "swarming": { 216 "swarming": {
217 "can_use_on_swarming_builders": true 217 "can_use_on_swarming_builders": true
218 }, 218 },
219 "test": "jingle_unittests" 219 "test": "jingle_unittests"
220 }, 220 },
221 { 221 {
222 "args": [ 222 "args": [
223 "--ozone-platform=headless",
224 "--override-use-software-gl-for-tests",
223 "--test-launcher-filter-file=../../testing/buildbot/filters/mash.brows er_tests.filter" 225 "--test-launcher-filter-file=../../testing/buildbot/filters/mash.brows er_tests.filter"
224 ], 226 ],
225 "hard_timeout": 60, 227 "hard_timeout": 60,
226 "swarming": { 228 "swarming": {
227 "can_use_on_swarming_builders": true 229 "can_use_on_swarming_builders": true
228 }, 230 },
229 "test": "mash_browser_tests" 231 "test": "mash_browser_tests"
230 }, 232 },
231 { 233 {
232 "swarming": { 234 "swarming": {
(...skipping 903 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 }, 1138 },
1137 { 1139 {
1138 "swarming": { 1140 "swarming": {
1139 "can_use_on_swarming_builders": true 1141 "can_use_on_swarming_builders": true
1140 }, 1142 },
1141 "test": "wm_unittests" 1143 "test": "wm_unittests"
1142 } 1144 }
1143 ] 1145 ]
1144 } 1146 }
1145 } 1147 }
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