| Index: testing/buildbot/chromium.linux.json
|
| diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
|
| index 8998571fa3d7dae09876136862d6b19fa623792d..f8904895754d63c67200b330f26d1a8273ed205b 100644
|
| --- a/testing/buildbot/chromium.linux.json
|
| +++ b/testing/buildbot/chromium.linux.json
|
| @@ -962,6 +962,12 @@
|
| "test": "wm_unittests"
|
| }
|
| ],
|
| + "isolated_scripts": [
|
| + {
|
| + "isolate_name": "telemetry_gpu_unittests",
|
| + "name": "telemetry_gpu_unittests"
|
| + }
|
| + ],
|
| "scripts": [
|
| {
|
| "name": "checkdeps",
|
| @@ -980,10 +986,6 @@
|
| "script": "telemetry_unittests.py"
|
| },
|
| {
|
| - "name": "telemetry_gpu_unittests",
|
| - "script": "telemetry_gpu_unittests.py"
|
| - },
|
| - {
|
| "name": "telemetry_perf_unittests",
|
| "script": "telemetry_perf_unittests.py"
|
| },
|
| @@ -1313,16 +1315,18 @@
|
| "test": "wm_unittests"
|
| }
|
| ],
|
| + "isolated_scripts": [
|
| + {
|
| + "isolate_name": "telemetry_gpu_unittests",
|
| + "name": "telemetry_gpu_unittests"
|
| + }
|
| + ],
|
| "scripts": [
|
| {
|
| "name": "telemetry_unittests",
|
| "script": "telemetry_unittests.py"
|
| },
|
| {
|
| - "name": "telemetry_gpu_unittests",
|
| - "script": "telemetry_gpu_unittests.py"
|
| - },
|
| - {
|
| "name": "telemetry_perf_unittests",
|
| "script": "telemetry_perf_unittests.py"
|
| },
|
|
|