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

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

Issue 2027873002: Enable telemetry_perf_unittests on swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 debdf08ae7fe6b125cf4d1d02cb63c6d74a5edb8..62c2ef7dbe9cc3516907111b3e49182d8166f4f2 100644
--- a/testing/buildbot/chromium.mac.json
+++ b/testing/buildbot/chromium.mac.json
@@ -841,6 +841,9 @@
}
},
{
+ "args": [
+ "--xvfb"
+ ],
"isolate_name": "telemetry_perf_unittests",
"name": "telemetry_perf_unittests",
"override_compile_targets": [
@@ -1166,6 +1169,9 @@
}
},
{
+ "args": [
+ "--xvfb"
+ ],
"isolate_name": "telemetry_perf_unittests",
"name": "telemetry_perf_unittests",
"override_compile_targets": [
@@ -1491,6 +1497,9 @@
}
},
{
+ "args": [
+ "--xvfb"
+ ],
"isolate_name": "telemetry_perf_unittests",
"name": "telemetry_perf_unittests",
"override_compile_targets": [
@@ -1817,6 +1826,9 @@
}
},
{
+ "args": [
+ "--xvfb"
+ ],
"isolate_name": "telemetry_perf_unittests",
"name": "telemetry_perf_unittests",
"override_compile_targets": [

Powered by Google App Engine
This is Rietveld 408576698