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

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

Issue 2270563005: Clean up some discrepancies in the perf recipe configs (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase. Created 4 years, 3 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/steps.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/steps.py b/scripts/slave/recipe_modules/chromium_tests/steps.py
index f72c60b75275bdab49b4357fb2728bd920947b48..b69112a6c54389b943256232d200fab281e3c300 100644
--- a/scripts/slave/recipe_modules/chromium_tests/steps.py
+++ b/scripts/slave/recipe_modules/chromium_tests/steps.py
@@ -541,7 +541,7 @@ def generate_script(api, chromium_tests_api, mastername, buildername, test_spec,
class DynamicPerfTests(Test):
- def __init__(self, perf_id, platform, target_bits, max_battery_temp=None,
+ def __init__(self, perf_id, platform, target_bits, max_battery_temp=350,
num_device_shards=1, num_host_shards=1, shard_index=0,
override_browser_name=None, enable_platform_mode=False):
self._perf_id = perf_id

Powered by Google App Engine
This is Rietveld 408576698