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

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

Issue 1423733003: Run telemetry_perf_unittests via isolate on "Windows 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 8fc211f3630bb218160dc43a7cbc1da597601c33..95e746377404e1f89e5317e4ba1dc4b2d9a3fe43 100644
--- a/testing/buildbot/chromium.win.json
+++ b/testing/buildbot/chromium.win.json
@@ -684,6 +684,10 @@
{
"isolate_name": "telemetry_gpu_unittests",
"name": "telemetry_gpu_unittests"
+ },
+ {
+ "isolate_name": "telemetry_perf_unittests",
+ "name": "telemetry_perf_unittests"
}
],
"scripts": [
@@ -692,10 +696,6 @@
"script": "telemetry_unittests.py"
},
{
- "name": "telemetry_perf_unittests",
- "script": "telemetry_perf_unittests.py"
- },
- {
"name": "nacl_integration",
"script": "nacl_integration.py"
}
@@ -1119,6 +1119,10 @@
{
"isolate_name": "telemetry_gpu_unittests",
"name": "telemetry_gpu_unittests"
+ },
+ {
+ "isolate_name": "telemetry_perf_unittests",
+ "name": "telemetry_perf_unittests"
}
],
"scripts": [
@@ -1127,10 +1131,6 @@
"script": "telemetry_unittests.py"
},
{
- "name": "telemetry_perf_unittests",
- "script": "telemetry_perf_unittests.py"
- },
- {
"name": "nacl_integration",
"script": "nacl_integration.py"
}
@@ -1459,16 +1459,16 @@
{
"isolate_name": "telemetry_gpu_unittests",
"name": "telemetry_gpu_unittests"
+ },
+ {
+ "isolate_name": "telemetry_perf_unittests",
+ "name": "telemetry_perf_unittests"
}
],
"scripts": [
{
"name": "telemetry_unittests",
"script": "telemetry_unittests.py"
- },
- {
- "name": "telemetry_perf_unittests",
- "script": "telemetry_perf_unittests.py"
}
]
},
@@ -1987,6 +1987,10 @@
{
"isolate_name": "telemetry_gpu_unittests",
"name": "telemetry_gpu_unittests"
+ },
+ {
+ "isolate_name": "telemetry_perf_unittests",
+ "name": "telemetry_perf_unittests"
}
],
"scripts": [
@@ -1995,10 +1999,6 @@
"script": "telemetry_unittests.py"
},
{
- "name": "telemetry_perf_unittests",
- "script": "telemetry_perf_unittests.py"
- },
- {
"name": "nacl_integration",
"script": "nacl_integration.py"
}

Powered by Google App Engine
This is Rietveld 408576698