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

Unified Diff: testing/buildbot/chromium.mac.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.mac.json
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json
index 93ae878beb4482919d0ce6dcb235660950dd1075..0951d6912a7ecf8e3d524acb129fa5a164b01f6b 100644
--- a/testing/buildbot/chromium.mac.json
+++ b/testing/buildbot/chromium.mac.json
@@ -311,6 +311,10 @@
{
"isolate_name": "telemetry_gpu_unittests",
"name": "telemetry_gpu_unittests"
+ },
+ {
+ "isolate_name": "telemetry_perf_unittests",
+ "name": "telemetry_perf_unittests"
}
],
"scripts": [
@@ -319,10 +323,6 @@
"script": "telemetry_unittests.py"
},
{
- "name": "telemetry_perf_unittests",
- "script": "telemetry_perf_unittests.py"
- },
- {
"name": "nacl_integration",
"script": "nacl_integration.py"
}
@@ -594,6 +594,10 @@
{
"isolate_name": "telemetry_gpu_unittests",
"name": "telemetry_gpu_unittests"
+ },
+ {
+ "isolate_name": "telemetry_perf_unittests",
+ "name": "telemetry_perf_unittests"
}
],
"scripts": [
@@ -602,10 +606,6 @@
"script": "telemetry_unittests.py"
},
{
- "name": "telemetry_perf_unittests",
- "script": "telemetry_perf_unittests.py"
- },
- {
"name": "nacl_integration",
"script": "nacl_integration.py"
}
@@ -877,6 +877,10 @@
{
"isolate_name": "telemetry_gpu_unittests",
"name": "telemetry_gpu_unittests"
+ },
+ {
+ "isolate_name": "telemetry_perf_unittests",
+ "name": "telemetry_perf_unittests"
}
],
"scripts": [
@@ -885,10 +889,6 @@
"script": "telemetry_unittests.py"
},
{
- "name": "telemetry_perf_unittests",
- "script": "telemetry_perf_unittests.py"
- },
- {
"name": "nacl_integration",
"script": "nacl_integration.py"
}
@@ -1160,6 +1160,10 @@
{
"isolate_name": "telemetry_gpu_unittests",
"name": "telemetry_gpu_unittests"
+ },
+ {
+ "isolate_name": "telemetry_perf_unittests",
+ "name": "telemetry_perf_unittests"
}
],
"scripts": [
@@ -1168,10 +1172,6 @@
"script": "telemetry_unittests.py"
},
{
- "name": "telemetry_perf_unittests",
- "script": "telemetry_perf_unittests.py"
- },
- {
"name": "nacl_integration",
"script": "nacl_integration.py"
}
@@ -1444,6 +1444,10 @@
{
"isolate_name": "telemetry_gpu_unittests",
"name": "telemetry_gpu_unittests"
+ },
+ {
+ "isolate_name": "telemetry_perf_unittests",
+ "name": "telemetry_perf_unittests"
}
],
"scripts": [
@@ -1452,10 +1456,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