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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_perf.py

Issue 1823183002: Run Sizes on Windows perf builders (take 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 9 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/chromium_tests/chromium_perf.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py b/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
index 42a7438cb9ba9739ef1d9193f71ae2f11465d947..784b0e82e7c416c6000c8919efc0e304921354a7 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_perf.py
@@ -53,6 +53,9 @@ def _BuildSpec(platform, target_bits):
spec['compile_targets'] = ['chromium_builder_perf']
spec['gclient_apply_config'] = ['chrome_internal']
+ if platform == 'win':
+ spec['tests'] = { steps.SizesStep(results_url=None, perf_id=None) }
+
return spec

Powered by Google App Engine
This is Rietveld 408576698