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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2799783002: Add automated VR latency tester (Closed)
Patch Set: Rebase + address final comments 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
« no previous file with comments | « chrome/test/vr/perf/latency/run_latency_test.py ('k') | testing/buildbot/manage.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..4a3bb665b56469f1dabe6a95ba02d97d7dfa38d0 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -161,6 +161,15 @@
"label": "//ui/aura:aura_unittests",
"type": "windowed_test_launcher",
},
+ "motopho_latency_test": {
+ "label": "//chrome/test/vr/perf/latency/:motopho_latency_test",
+ "type": "script",
+ "script": "//chrome/test/vr/perf/latency/run_latency_test.py",
+ "args": [
+ "--output-dir=${ISOLATED_OUTDIR}",
+ "-v",
+ ],
+ },
"base_junit_tests": {
"label": "//base:base_junit_tests",
"type": "junit_test",
« no previous file with comments | « chrome/test/vr/perf/latency/run_latency_test.py ('k') | testing/buildbot/manage.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698