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

Unified Diff: masters/master.tryserver.chromium.linux/master.cfg

Issue 2044513004: Recipe for Blimp bot on chromium.linux (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 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: masters/master.tryserver.chromium.linux/master.cfg
diff --git a/masters/master.tryserver.chromium.linux/master.cfg b/masters/master.tryserver.chromium.linux/master.cfg
index 809b6a6bf5f8f31e5b314b42135a88393c5790ca..e4f033b4ce1aa45080b0e358585340255c0f9038 100644
--- a/masters/master.tryserver.chromium.linux/master.cfg
+++ b/masters/master.tryserver.chromium.linux/master.cfg
@@ -204,6 +204,13 @@ chromium_builders.extend([{
},
])
+chromium_builders.extend([{
+ 'name': 'Blimp Linux (dbg)',
Sergey Berezin 2016/06/06 22:00:53 The naming convention for the tryserver is names_w
haibinlu 2016/06/06 23:06:49 Done.
+ 'factory': baseFactory(
+ 'chromium_trybot', max_time=master_utils.CQ_MAX_TIME),
+ },
Sergey Berezin 2016/06/06 22:00:53 quick check: does your builder require a separate
haibinlu 2016/06/06 23:06:49 added slavebuilddir since blimp engine builds with
+])
+
b_linux_site_isolation = {
'name': 'linux_site_isolation',
'factory': baseFactory('chromium_trybot'),
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | masters/master.tryserver.chromium.linux/slaves.cfg » ('J')

Powered by Google App Engine
This is Rietveld 408576698