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

Unified Diff: masters/master.chromium.infra.codesearch/slaves.cfg

Issue 2264253002: Split codesearch builders onto their own master (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Two more fixes Created 4 years, 2 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.chromium.infra.codesearch/slaves.cfg
diff --git a/masters/master.chromium.infra.codesearch/slaves.cfg b/masters/master.chromium.infra.codesearch/slaves.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..4b1524610a0789d07c466bdc74d8c22701a07989
--- /dev/null
+++ b/masters/master.chromium.infra.codesearch/slaves.cfg
@@ -0,0 +1,21 @@
+# -*- python -*-
+# ex: set syntax=python:
+
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+slaves = [
+ {
+ 'master': 'InfraCodesearch',
+ 'builder': [
+ 'codesearch-submodules-build',
+ 'codesearch-submodules-chromium',
+ 'codesearch-submodules-infra',
+ ],
+ 'hostname': 'slave110-c1',
+ 'os': 'linux',
+ 'version': 'trusty',
+ 'bits': '64',
+ },
+]

Powered by Google App Engine
This is Rietveld 408576698