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

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

Issue 2817063002: Adding latency_unittests to run on trybots. (Closed)
Patch Set: Re-adding win tests Created 3 years, 8 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 3d1c40f5ae49f8dac2b5870237da90c23a67a45b..8b30e77331044967b4efcd0cb7165d405966af74 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -119,6 +119,12 @@
"test": "ipc_tests"
},
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "latency_unittests"
+ },
+ {
"args": [
"--tool=asan"
],
@@ -578,6 +584,12 @@
},
{
"swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "latency_unittests"
+ },
+ {
+ "swarming": {
"can_use_on_swarming_builders": false
},
"test": "media_blink_unittests"
@@ -955,6 +967,12 @@
},
{
"swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "latency_unittests"
+ },
+ {
+ "swarming": {
"can_use_on_swarming_builders": false
},
"test": "media_blink_unittests"

Powered by Google App Engine
This is Rietveld 408576698