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

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

Issue 2319213002: DevTools: Add devtools for tryserver.chromium.linux (Closed)
Patch Set: CL feedback Created 4 years, 3 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.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 937ab83b11cbb00b34d765d0002e8af53d92c49c..fd6f97c7c968f8505d40cb3ca8169cdfacab38e6 100644
--- a/masters/master.tryserver.chromium.linux/master.cfg
+++ b/masters/master.tryserver.chromium.linux/master.cfg
@@ -293,6 +293,13 @@ chromium_builders.append({
'factory': m_remote_run_chromium_src('chromium_trybot'),
})
+chromium_builders.append({
+ 'name': 'chromium_devtools',
+ 'factory': base_factory('devtools', max_time=master_utils.CQ_MAX_TIME),
+ # Share build directory with compatible existing builders to save space.
+ 'slavebuilddir': 'linux',
+})
+
# Presubmit bots
def presubmit(name, slavebuilddir=None, extra_props=None):
properties = {'repo_name': name}
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698