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

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

Issue 2017163002: New chromium.perf.fyi battor bots. Win HP and DELL laptops. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove 7 from bot spec name. Created 4 years, 7 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_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py
index 37c5e57ed811a441c66e9c63c7a974febad1f078..e64a4a532533eef726e8c7731d160bb1567f5fba 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py
@@ -90,6 +90,14 @@ _AddBotSpec(
parent_master='chromium.perf')
_AddBotSpec(
+ name='Win Power Perf',
aiolos (Not reviewing) 2016/05/27 18:51:21 Is this right, or should I have a bot spec with ma
fmeawad 2016/05/27 18:53:48 It is a bot spec per configuration, and you have 2
aiolos (Not reviewing) 2016/05/27 18:59:46 Done.
+ platform='win',
+ parent_builder='Win x64 Builder',
+ perf_id='win-power-fyi',
+ target_bits=64,
+ parent_master='chromium.perf')
+
+_AddBotSpec(
name='Win Clang Perf',
platform='win',
parent_builder='Win Clang Builder',

Powered by Google App Engine
This is Rietveld 408576698