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

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

Issue 1423993007: CT Perf recipe to run benchmarks on the top 1k sites using swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Fix indentation in slaves.cfg Created 5 years, 1 month 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 a0a62301fbbb3b3c45904b9aa88e0a63f21b85bc..8dc280ee16c6523f60c227ed512e699588a1bc5d 100644
--- a/masters/master.chromium.perf.fyi/master.cfg
+++ b/masters/master.chromium.perf.fyi/master.cfg
@@ -106,6 +106,7 @@ s_chromium_linux_oilpan_rel_trigger = Triggerable(
'Linux Oilpan Perf (3)',
'Linux Oilpan Perf (4)',
'Linux Large Profile Generator Perf',
+ 'Linux CT Top1K RR Perf',
])
s_chromium_winrel_x64_trigger = Triggerable('winrel_x64',
@@ -244,6 +245,14 @@ c['builders'].append({'name': 'Linux Large Profile Generator Perf',
'category': '7large profile generator|testers',
})
+# 8. Cluster Telemetry top 1k RR perf.
+c['builders'].append({'name': 'Linux CT Top1K RR Perf',
+ 'factory': annotator_factory.AnnotatorFactory(ActiveMaster).BaseFactory(
+ recipe='perf/ct_top1k_perf',
+ timeout=4 * 3600),
+ 'category': '8ct top1k rr perf|testers',
+})
+
####### BUILDSLAVES
« 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