| Index: testing/buildbot/chromium.mac.json
|
| diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json
|
| index fe7dbb99e0b3d5ebe4f412641c19111a7f84f9ff..3d656b3d91fef386d2e39e454e120894aab01f53 100644
|
| --- a/testing/buildbot/chromium.mac.json
|
| +++ b/testing/buildbot/chromium.mac.json
|
| @@ -81,6 +81,20 @@
|
| }
|
| },
|
| "url_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"
|
| + }
|
| ]
|
| },
|
| "Mac10.7 Tests (1)": {
|
| @@ -168,6 +182,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"
|
| }
|
| @@ -255,6 +277,20 @@
|
| }
|
| },
|
| "url_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"
|
| + }
|
| ]
|
| },
|
| "Mac 10.7 Tests (dbg)(1)": {
|
| @@ -340,6 +376,20 @@
|
| }
|
| },
|
| "url_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"
|
| + }
|
| ]
|
| }
|
| }
|
|
|