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

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

Issue 1185693002: Move builders.py and steps.py to chromium_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Address review comments. Created 5 years, 6 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: scripts/slave/recipe_modules/gpu/api.py
diff --git a/scripts/slave/recipe_modules/gpu/api.py b/scripts/slave/recipe_modules/gpu/api.py
index 544c9c1ba5f699122c610f1b96bcef8e0f706588..9cf6904ed4912c1099d767929d61758762258bf6 100644
--- a/scripts/slave/recipe_modules/gpu/api.py
+++ b/scripts/slave/recipe_modules/gpu/api.py
@@ -501,7 +501,7 @@ class GpuApi(recipe_api.RecipeApi):
assert target_name.endswith('test') or target_name.endswith('tests')
results_directory = self.m.path['slave_build'].join('gtest-results', name)
- return self.m.chromium.steps.GPUGTestTest(
+ return self.m.chromium_tests.steps.GPUGTestTest(
name,
xvfb=False,
args=args,
@@ -537,7 +537,7 @@ class GpuApi(recipe_api.RecipeApi):
extra_browser_args_string += ' ' + ' '.join(extra_browser_args)
test_args.append(extra_browser_args_string)
- return self.m.chromium.steps.TelemetryGPUTest(
+ return self.m.chromium_tests.steps.TelemetryGPUTest(
name, chrome_revision, webkit_revision, args=test_args,
target_name=target_name, enable_swarming=enable_swarming,
swarming_dimensions=swarming_dimensions,
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/tryserver_chromium_perf.py ('k') | scripts/slave/recipes/android/perf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698