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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 1518713004: Make telemetry_gpu_test isolate a copy of telemetry_gpu_new_test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/BUILD.gn ('k') | no next file » | 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 aea3ffb6dbf74e2d58c9dae5d49231da39fbcd17..d0bc091e80f4dbff3414e388f302026752d0c067 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -402,7 +402,10 @@
"telemetry_gpu_test": {
"label": "//chrome/test:telemetry_gpu_test",
"type": "script",
- "script": "//content/test/gpu/run_gpu_test.py",
+ "script": "//testing/scripts/run_telemetry_benchmark_as_googletest.py",
+ "args": [
+ "../../content/test/gpu/run_gpu_test.py",
+ ],
},
"telemetry_gpu_unittests": {
"label": "//chrome/test:telemetry_gpu_unittests",
« no previous file with comments | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698