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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2799783002: Add automated VR latency tester (Closed)
Patch Set: Working version that must be manually triggered 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/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index 4ad06da597b4350282dc977c07c098eab0ff3cb2..225d29cfcf62f873634253fb210fd070e04ff5a8 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -161,6 +161,11 @@
"label": "//ui/aura:aura_unittests",
"type": "windowed_test_launcher",
},
+ "automated_motopho_latency_test": {
+ "label": "//chrome/test/vr/automated_motopho_latency:automated_motopho_latency_test",
+ "type": "script",
+ "script": "//chrome/test/vr/automated_motopho_latency/run_latency_test.py",
+ },
"base_junit_tests": {
"label": "//base:base_junit_tests",
"type": "junit_test",

Powered by Google App Engine
This is Rietveld 408576698