Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1001)

Unified Diff: testing/buildbot/chromium.linux.json

Issue 693943003: Update from https://crrev.com/302630 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)": {
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698