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

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: Actually fix bot spec. 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..3d3a9e963735799237636a44a0d394f928f90fe8 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,22 @@ _AddBotSpec(
parent_master='chromium.perf')
_AddBotSpec(
+ name='Win Power Perf (HP)',
+ platform='win',
+ parent_builder='Win x64 Builder',
+ perf_id='win-power-fyi-hp',
+ target_bits=64,
+ parent_master='chromium.perf')
+
+_AddBotSpec(
+ name='Win Power Perf (DELL)',
+ platform='win',
+ parent_builder='Win x64 Builder',
+ perf_id='win-power-fyi-dell',
+ 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