| 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,
|
|
|