| Index: testing/buildbot/chromium.chromiumos.json
|
| diff --git a/testing/buildbot/chromium.chromiumos.json b/testing/buildbot/chromium.chromiumos.json
|
| index 6c3b78fc7b987dd6639a56b916fd64173fba923f..d4851275927ad4445b985a17ef40dc6e5c96a64c 100644
|
| --- a/testing/buildbot/chromium.chromiumos.json
|
| +++ b/testing/buildbot/chromium.chromiumos.json
|
| @@ -246,6 +246,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
|
| },
|
|
|