Index: testing/buildbot/chromium.linux.json |
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json |
index 3b069f785c260f30ab09f19afac6d3c1fb8a3adb..4fa07e68c12c357ba40e4156bd485f1674c716e0 100644 |
--- a/testing/buildbot/chromium.linux.json |
+++ b/testing/buildbot/chromium.linux.json |
@@ -201,6 +201,12 @@ |
"url_unittests", |
"views_unittests", |
"wm_unittests" |
+ ], |
+ "scripts": [ |
+ { |
+ "name": "nacl_integration", |
+ "script": "nacl_integration.py" |
+ } |
] |
}, |
"Linux Tests (dbg)(1)": { |
@@ -300,6 +306,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" |
+ } |
] |
}, |
"Linux Clang (dbg)": { |