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

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: Moves blimp FYI slave to chromium.linux 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
« no previous file with comments | « masters/master.chromium.linux/slaves.cfg ('k') | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..e2e4f49078fb179203a058f53190fea2b1724cc1 100644
--- a/masters/master.tryserver.chromium.linux/master.cfg
+++ b/masters/master.tryserver.chromium.linux/master.cfg
@@ -204,6 +204,14 @@ chromium_builders.extend([{
},
])
+chromium_builders.extend([{
+ 'name': 'blimp_linux_dbg',
+ 'factory': baseFactory(
+ 'chromium_trybot', max_time=master_utils.CQ_MAX_TIME),
+ 'slavebuilddir': 'linux_blimp',
+ },
+])
+
b_linux_site_isolation = {
'name': 'linux_site_isolation',
'factory': baseFactory('chromium_trybot'),
« no previous file with comments | « masters/master.chromium.linux/slaves.cfg ('k') | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698