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

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

Issue 2041743002: Add sync_submodules builders on master.chromium.infra. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Test expectations 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.infra/master.cfg ('k') | scripts/slave/recipes/infra/sync_submodules.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.infra/slaves.cfg
diff --git a/masters/master.chromium.infra/slaves.cfg b/masters/master.chromium.infra/slaves.cfg
index f1f0548961f89d32c0265fd37305759f2b5bb06d..a374a9f313e648f9cfe146585ae0b56a9147e798 100644
--- a/masters/master.chromium.infra/slaves.cfg
+++ b/masters/master.chromium.infra/slaves.cfg
@@ -149,4 +149,15 @@ slaves = [
'version': 'win7',
'bits': '64',
},
+ {
+ 'master': 'Infra',
+ 'builder': [
+ 'codesearch-submodules-chromium',
+ 'codesearch-submodules-infra',
+ ],
+ 'hostname': 'slave110-c1',
+ 'os': 'linux',
+ 'version': 'trusty',
+ 'bits': '64',
+ },
]
« no previous file with comments | « masters/master.chromium.infra/master.cfg ('k') | scripts/slave/recipes/infra/sync_submodules.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698