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

Unified Diff: masters/master.chromium.perf.fyi/master.cfg

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
« no previous file with comments | « no previous file | masters/master.chromium.perf.fyi/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.perf.fyi/master.cfg
diff --git a/masters/master.chromium.perf.fyi/master.cfg b/masters/master.chromium.perf.fyi/master.cfg
index 5a668f3dcdadb9031fb5d26b428a08d0b88f7b91..ec81ac5e5f4e08d3d085d97307d81b88bc2191de 100644
--- a/masters/master.chromium.perf.fyi/master.cfg
+++ b/masters/master.chromium.perf.fyi/master.cfg
@@ -151,6 +151,16 @@ c['builders'].append({'name': 'Win 7 Intel GPU Perf (Xeon)',
'category': '3windows|builder_testers',
})
+c['builders'].append({'name': 'Win Power Perf (DELL)',
+ 'factory': recipe_factory('chromium'),
+ 'category': '3windows|builder_testers',
+})
+
+c['builders'].append({'name': 'Win Power Perf (HP)',
+ 'factory': recipe_factory('chromium'),
+ 'category': '3windows|builder_testers',
+})
+
# 4. Mac
# 5. Linux
« no previous file with comments | « no previous file | masters/master.chromium.perf.fyi/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698