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

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

Issue 420443004: Reenable maps_pixel_test including in gatekeeper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 5 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 7783690aaadde7c028ec3a2f19d3c72b6e66dee5..11c509972584b2521f554bf4fb2244ec0e274135 100644
--- a/scripts/slave/recipe_modules/gpu/api.py
+++ b/scripts/slave/recipe_modules/gpu/api.py
@@ -230,16 +230,14 @@ class GpuApi(recipe_api.RecipeApi):
yield self._run_isolate(test, args=['--use-gpu-in-tests'])
# Google Maps Pixel tests.
- # TODO(kbr): re-enable on Win try servers. crbug.com/395914
- if not (self.m.platform.is_win and self.m.tryserver.is_tryserver):
- yield self._run_isolated_telemetry_gpu_test(
- 'maps', name='maps_pixel_test',
- args=[
- '--build-revision',
- str(self._build_revision),
- '--test-machine-name',
- self.m.properties['buildername']
- ])
+ yield self._run_isolated_telemetry_gpu_test(
+ 'maps', name='maps_pixel_test',
+ args=[
+ '--build-revision',
+ str(self._build_revision),
+ '--test-machine-name',
+ self.m.properties['buildername']
+ ])
# Pixel tests.
# Try servers pull their results from cloud storage; the other
« no previous file with comments | « scripts/slave/gatekeeper.json ('k') | scripts/slave/recipes/gpu/build_and_test.expected/win_debug_tryserver.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698