| Index: testing/buildbot/chromium.chromiumos.json
|
| diff --git a/testing/buildbot/chromium.chromiumos.json b/testing/buildbot/chromium.chromiumos.json
|
| index 4aaf391efbe887f42ceb7064a2e16be08cbcc101..f8cca4448858ac8b7146ea1b5c7e96a85e82a1fa 100644
|
| --- a/testing/buildbot/chromium.chromiumos.json
|
| +++ b/testing/buildbot/chromium.chromiumos.json
|
| @@ -16,6 +16,12 @@
|
| "test": "base_unittests"
|
| },
|
| {
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + },
|
| + "test": "exo_unittests"
|
| + },
|
| + {
|
| "args": [
|
| "--override-use-gl-with-osmesa-for-tests"
|
| ],
|
| @@ -35,6 +41,12 @@
|
| "test": "base_unittests"
|
| },
|
| {
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + },
|
| + "test": "exo_unittests"
|
| + },
|
| + {
|
| "args": [
|
| "--override-use-gl-with-osmesa-for-tests"
|
| ],
|
|
|