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

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

Issue 2858103002: Have mash_browser_tests recreate BackgroundServiceManager per test (Closed)
Patch Set: Revert AuraInit Quitting 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
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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 }, 239 },
240 "test": "jingle_unittests" 240 "test": "jingle_unittests"
241 }, 241 },
242 { 242 {
243 "swarming": { 243 "swarming": {
244 "can_use_on_swarming_builders": true 244 "can_use_on_swarming_builders": true
245 }, 245 },
246 "test": "latency_unittests" 246 "test": "latency_unittests"
247 }, 247 },
248 { 248 {
249 "args": [
250 "--ozone-platform=headless",
251 "--override-use-software-gl-for-tests",
252 "--test-launcher-filter-file=../../testing/buildbot/filters/mash.brows er_tests.filter"
253 ],
254 "swarming": {
255 "can_use_on_swarming_builders": true,
256 "hard_timeout": 900
257 },
258 "test": "mash_browser_tests"
259 },
260 {
249 "swarming": { 261 "swarming": {
250 "can_use_on_swarming_builders": true 262 "can_use_on_swarming_builders": true
251 }, 263 },
252 "test": "mash_unittests" 264 "test": "mash_unittests"
253 }, 265 },
254 { 266 {
255 "swarming": { 267 "swarming": {
256 "can_use_on_swarming_builders": true 268 "can_use_on_swarming_builders": true
257 }, 269 },
258 "test": "media_blink_unittests" 270 "test": "media_blink_unittests"
(...skipping 942 matching lines...) Expand 10 before | Expand all | Expand 10 after
1201 }, 1213 },
1202 { 1214 {
1203 "swarming": { 1215 "swarming": {
1204 "can_use_on_swarming_builders": true 1216 "can_use_on_swarming_builders": true
1205 }, 1217 },
1206 "test": "wm_unittests" 1218 "test": "wm_unittests"
1207 } 1219 }
1208 ] 1220 ]
1209 } 1221 }
1210 } 1222 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698