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

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

Issue 1354223004: Run telemetry_gpu_unittests via isolate on "Linux Tests" and trybot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add third_party/webgl/src/sdk/tests Created 5 years, 3 months 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 | « chrome/test/BUILD.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('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 32f09c144a53dd83ae246e502f32c8ad61ed4a42..5dc8479ae8c79cf2067af27b18b5d3daa3406329 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -1009,6 +1009,12 @@
"test": "wm_unittests"
}
],
+ "isolated_scripts": [
+ {
+ "isolate_name": "telemetry_gpu_unittests",
+ "name": "telemetry_gpu_unittests"
+ }
+ ],
"scripts": [
{
"name": "checkdeps",
@@ -1027,10 +1033,6 @@
"script": "telemetry_unittests.py"
},
{
- "name": "telemetry_gpu_unittests",
- "script": "telemetry_gpu_unittests.py"
- },
- {
"name": "telemetry_perf_unittests",
"script": "telemetry_perf_unittests.py"
},
@@ -1373,16 +1375,18 @@
"test": "wm_unittests"
}
],
+ "isolated_scripts": [
+ {
+ "isolate_name": "telemetry_gpu_unittests",
+ "name": "telemetry_gpu_unittests"
+ }
+ ],
"scripts": [
{
"name": "telemetry_unittests",
"script": "telemetry_unittests.py"
},
{
- "name": "telemetry_gpu_unittests",
- "script": "telemetry_gpu_unittests.py"
- },
- {
"name": "telemetry_perf_unittests",
"script": "telemetry_perf_unittests.py"
},
« no previous file with comments | « chrome/test/BUILD.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698