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

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

Issue 1396313005: Run telemetry_gpu_unittests via isolate on "Window Tests" & "Mac tests" and trybot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
Index: testing/buildbot/chromium.win.json
diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json
index e75ed1b2add1e0a4197044b980b9c98147057895..68f26e5f7cd73c91ba8d8201878413353a69df9b 100644
--- a/testing/buildbot/chromium.win.json
+++ b/testing/buildbot/chromium.win.json
@@ -680,16 +680,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"
},
@@ -1113,16 +1115,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"
},
@@ -1451,16 +1455,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"
}
@@ -1977,16 +1983,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"
},
« chrome/telemetry_gpu_unittests.isolate ('K') | « testing/buildbot/chromium.mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698