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