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

Unified Diff: scripts/slave/recipe_modules/perf_dashboard/example.py

Issue 2427763002: Remove use of "use_mirror" recipe property. (Closed)
Patch Set: Created 4 years, 2 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/perf_dashboard/example.py
diff --git a/scripts/slave/recipe_modules/perf_dashboard/example.py b/scripts/slave/recipe_modules/perf_dashboard/example.py
index 87ef235f8847c4918c92f2cd34920503416d4a1f..edb194f803dfbde9c98273629c4334b9e63c7139 100644
--- a/scripts/slave/recipe_modules/perf_dashboard/example.py
+++ b/scripts/slave/recipe_modules/perf_dashboard/example.py
@@ -58,9 +58,10 @@ def GenTests(api):
for platform in ('linux', 'win', 'mac'):
for production in (True, False):
yield (api.test('%s%s' %
- (platform, '_use_mirror'
- if production else '')) + api.platform.name(platform) +
- api.properties(use_mirror=production,
+ (platform, '_testing'
+ if not production else '')) +
+ api.platform.name(platform) +
+ api.properties(perf_production=production,
slavename='multivm-windows-release',
buildername='multivm-windows-perf-be',
buildnumber=75,

Powered by Google App Engine
This is Rietveld 408576698