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

Unified Diff: testing/buildbot/chromium.win.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.win.json
diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json
index cd8b382b9d88a37bcb6fd92acda82bb8dc5853c0..53dfdf77d52505f70504f9dcf5e2b571a64a84dd 100644
--- a/testing/buildbot/chromium.win.json
+++ b/testing/buildbot/chromium.win.json
@@ -409,6 +409,9 @@
}
},
{
+ "args": [
+ "--xvfb"
+ ],
"isolate_name": "telemetry_perf_unittests",
"name": "telemetry_perf_unittests",
"override_compile_targets": [
@@ -840,6 +843,9 @@
}
},
{
+ "args": [
+ "--xvfb"
+ ],
"isolate_name": "telemetry_perf_unittests",
"name": "telemetry_perf_unittests",
"override_compile_targets": [
@@ -1741,6 +1747,9 @@
}
},
{
+ "args": [
+ "--xvfb"
+ ],
"isolate_name": "telemetry_perf_unittests",
"name": "telemetry_perf_unittests",
"override_compile_targets": [
@@ -2129,6 +2138,9 @@
}
},
{
+ "args": [
+ "--xvfb"
+ ],
"isolate_name": "telemetry_perf_unittests",
"name": "telemetry_perf_unittests",
"override_compile_targets": [

Powered by Google App Engine
This is Rietveld 408576698