| Index: testing/buildbot/chromium.win.json
|
| diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json
|
| index 89f014c03d1ea5ce49cb0830ee402ade8d15af1a..d8c9672108133e96eb63ea5c484b7e27d996372b 100644
|
| --- a/testing/buildbot/chromium.win.json
|
| +++ b/testing/buildbot/chromium.win.json
|
| @@ -86,6 +86,20 @@
|
| "url_unittests",
|
| "views_unittests",
|
| "wm_unittests"
|
| + ],
|
| + "scripts": [
|
| + {
|
| + "name": "telemetry_unittests",
|
| + "script": "telemetry_unittests.py"
|
| + },
|
| + {
|
| + "name": "telemetry_perf_unittests",
|
| + "script": "telemetry_perf_unittests.py"
|
| + },
|
| + {
|
| + "name": "nacl_integration",
|
| + "script": "nacl_integration.py"
|
| + }
|
| ]
|
| },
|
| "Vista Tests (1)": {
|
| @@ -181,6 +195,16 @@
|
| "url_unittests",
|
| "views_unittests",
|
| "wm_unittests"
|
| + ],
|
| + "scripts": [
|
| + {
|
| + "name": "telemetry_unittests",
|
| + "script": "telemetry_unittests.py"
|
| + },
|
| + {
|
| + "name": "telemetry_perf_unittests",
|
| + "script": "telemetry_perf_unittests.py"
|
| + }
|
| ]
|
| },
|
| "Win7 Tests (1)": {
|
| @@ -285,6 +309,14 @@
|
| ],
|
| "scripts": [
|
| {
|
| + "name": "telemetry_unittests",
|
| + "script": "telemetry_unittests.py"
|
| + },
|
| + {
|
| + "name": "telemetry_perf_unittests",
|
| + "script": "telemetry_perf_unittests.py"
|
| + },
|
| + {
|
| "name": "nacl_integration",
|
| "script": "nacl_integration.py"
|
| }
|
| @@ -383,6 +415,10 @@
|
| ],
|
| "scripts": [
|
| {
|
| + "name": "telemetry_unittests",
|
| + "script": "telemetry_unittests.py"
|
| + },
|
| + {
|
| "name": "nacl_integration",
|
| "script": "nacl_integration.py"
|
| }
|
| @@ -487,6 +523,16 @@
|
| "url_unittests",
|
| "views_unittests",
|
| "wm_unittests"
|
| + ],
|
| + "scripts": [
|
| + {
|
| + "name": "telemetry_unittests",
|
| + "script": "telemetry_unittests.py"
|
| + },
|
| + {
|
| + "name": "telemetry_perf_unittests",
|
| + "script": "telemetry_perf_unittests.py"
|
| + }
|
| ]
|
| },
|
| "Win8 Aura": {
|
|
|