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

Unified Diff: scripts/slave/recipe_modules/gpu/test_api.py

Issue 1515933004: Rename telemetry_gpu_new_test back to telemetry_gpu_test. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.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 | « scripts/slave/recipe_modules/gpu/common.py ('k') | scripts/slave/recipes/chromium_trybot.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/gpu/test_api.py
diff --git a/scripts/slave/recipe_modules/gpu/test_api.py b/scripts/slave/recipe_modules/gpu/test_api.py
index b7c29b278a35252d453c00eabb4deaf07c8cff2d..23ac0692880f0292cb37e854af78afb2214da79c 100644
--- a/scripts/slave/recipe_modules/gpu/test_api.py
+++ b/scripts/slave/recipe_modules/gpu/test_api.py
@@ -62,7 +62,7 @@ class GpuTestApi(recipe_test_api.RecipeTestApi):
return self.m.json.output({
'status': 'Found dependency',
'compile_targets': ['All'],
- 'test_targets': ['telemetry_gpu_new_test_run'],
+ 'test_targets': ['telemetry_gpu_test_run'],
})
@property
@@ -74,7 +74,7 @@ class GpuTestApi(recipe_test_api.RecipeTestApi):
# confuse the recipe
'All', 'app_list_demo', 'app_list_unittests', 'app_shell',
'chrome_initial') +
- # The names of our isolates (even though telemetry_gpu_new_test
+ # The names of our isolates (even though telemetry_gpu_test
# won't actually be reported by analyze)
common.GPU_ISOLATES ),
'test_targets': [u'%s_run' % test for test in common.GPU_ISOLATES],
« no previous file with comments | « scripts/slave/recipe_modules/gpu/common.py ('k') | scripts/slave/recipes/chromium_trybot.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698