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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.chromiumos.json
diff --git a/testing/buildbot/chromium.chromiumos.json b/testing/buildbot/chromium.chromiumos.json
index 3b3684993cdc27b0f82b9c85578d17743c8d52fd..abe0cfa66523beabb48b4fa77f5aa597f8f6b15f 100644
--- a/testing/buildbot/chromium.chromiumos.json
+++ b/testing/buildbot/chromium.chromiumos.json
@@ -240,6 +240,18 @@
"test": "latency_unittests"
},
{
+ "args": [
+ "--ozone-platform=headless",
+ "--override-use-software-gl-for-tests",
+ "--test-launcher-filter-file=../../testing/buildbot/filters/mash.browser_tests.filter"
+ ],
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "hard_timeout": 900
+ },
+ "test": "mash_browser_tests"
+ },
+ {
"swarming": {
"can_use_on_swarming_builders": true
},
« 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