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

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

Issue 2027873002: Enable telemetry_perf_unittests on swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address kbr's comments. 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.fyi.json
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
index f9efec78265ce15b0c4ac76518d51a40ba8151b3..fe1d890e2b432e82cbeaf32f094e7a05e596a185 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -8720,6 +8720,9 @@
}
},
{
+ "args": [
+ "--xvfb"
+ ],
"isolate_name": "telemetry_perf_unittests",
"name": "telemetry_perf_unittests",
"override_compile_targets": [
@@ -8918,6 +8921,9 @@
}
},
{
+ "args": [
+ "--xvfb"
+ ],
"isolate_name": "telemetry_perf_unittests",
"name": "telemetry_perf_unittests",
"override_compile_targets": [
@@ -9251,6 +9257,9 @@
}
},
{
+ "args": [
+ "--xvfb"
+ ],
"isolate_name": "telemetry_perf_unittests",
"name": "telemetry_perf_unittests",
"override_compile_targets": [
@@ -9443,6 +9452,9 @@
}
},
{
+ "args": [
+ "--xvfb"
+ ],
"isolate_name": "telemetry_perf_unittests",
"name": "telemetry_perf_unittests",
"override_compile_targets": [

Powered by Google App Engine
This is Rietveld 408576698