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

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

Issue 2858103002: Have mash_browser_tests recreate BackgroundServiceManager per test (Closed)
Patch Set: Rebase Created 3 years, 7 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/service.cc ('k') | testing/buildbot/filters/mash.browser_tests.filter » ('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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 }, 233 },
234 "test": "jingle_unittests" 234 "test": "jingle_unittests"
235 }, 235 },
236 { 236 {
237 "swarming": { 237 "swarming": {
238 "can_use_on_swarming_builders": true 238 "can_use_on_swarming_builders": true
239 }, 239 },
240 "test": "latency_unittests" 240 "test": "latency_unittests"
241 }, 241 },
242 { 242 {
243 "args": [
244 "--ozone-platform=headless",
245 "--override-use-software-gl-for-tests",
246 "--test-launcher-filter-file=../../testing/buildbot/filters/mash.brows er_tests.filter"
247 ],
248 "swarming": {
249 "can_use_on_swarming_builders": true,
250 "hard_timeout": 900
251 },
252 "test": "mash_browser_tests"
253 },
254 {
243 "swarming": { 255 "swarming": {
244 "can_use_on_swarming_builders": true 256 "can_use_on_swarming_builders": true
245 }, 257 },
246 "test": "mash_unittests" 258 "test": "mash_unittests"
247 }, 259 },
248 { 260 {
249 "swarming": { 261 "swarming": {
250 "can_use_on_swarming_builders": true 262 "can_use_on_swarming_builders": true
251 }, 263 },
252 "test": "media_blink_unittests" 264 "test": "media_blink_unittests"
(...skipping 918 matching lines...) Expand 10 before | Expand all | Expand 10 after
1171 }, 1183 },
1172 { 1184 {
1173 "swarming": { 1185 "swarming": {
1174 "can_use_on_swarming_builders": true 1186 "can_use_on_swarming_builders": true
1175 }, 1187 },
1176 "test": "wm_unittests" 1188 "test": "wm_unittests"
1177 } 1189 }
1178 ] 1190 ]
1179 } 1191 }
1180 } 1192 }
OLDNEW
« no previous file with comments | « services/ui/service.cc ('k') | testing/buildbot/filters/mash.browser_tests.filter » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698