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

Side by Side Diff: masters/master.chromiumos/config.current.txt

Issue 1193813004: cipd recipe_module (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: removed ensure.py, unused gce-specific code Created 5 years, 5 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 unified diff | Download patch
OLDNEW
1 config = { 1 config = {
Vadim Sh. 2015/06/30 17:58:35 I don't think this file is meant to be included in
seanmccullough 2015/06/30 19:12:03 Done.
2 'buildCacheSize': 200, 2 'buildCacheSize': 200,
3 'buildHorizon': 1000, 3 'buildHorizon': 1000,
4 'buildbotURL': 'http://build.chromium.org/p/chromiumos/', 4 'buildbotURL': 'http://build.chromium.org/p/chromiumos/',
5 'builders': [ 5 'builders': [
6 { 6 {
7 'auto_reboot': False, 7 'auto_reboot': False,
8 'builddir': 'amd64-generic-paladin-master', 8 'builddir': 'amd64-generic-paladin-master',
9 'category': '1release full|info', 9 'category': '1release full|info',
10 'collapseRequests': <Always Collapse>, 10 'collapseRequests': <Always Collapse>,
11 'factory': BuildFactory { 11 'factory': BuildFactory {
(...skipping 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after
1138 }, 1138 },
1139 ), 1139 ),
1140 ], 1140 ],
1141 properties: Properties(**{}), 1141 properties: Properties(**{}),
1142 }, 1142 },
1143 'name': 'chromiumos sdk', 1143 'name': 'chromiumos sdk',
1144 'slavenames': ['build162-m2'], 1144 'slavenames': ['build162-m2'],
1145 }, 1145 },
1146 { 1146 {
1147 'auto_reboot': False, 1147 'auto_reboot': False,
1148 'builddir': 'amd64-generic-llvm-master',
1149 'category': '1release full|info',
1150 'collapseRequests': <Always Collapse>,
1151 'factory': BuildFactory {
1152 steps: [
1153 (
1154 <class buildbot.steps.shell.ShellCommand>,
1155 {
1156 'command': [
1157 'gclient',
1158 'sync',
1159 '--verbose',
1160 '--force',
1161 '--delete_unversioned_trees',
1162 ],
1163 'description': 'Sync buildbot slave files',
1164 'name': 'update_scripts',
1165 'timeout': 300,
1166 'want_stderr': False,
1167 'want_stdout': False,
1168 'workdir': '/b',
1169 },
1170 ),
1171 (
1172 <class buildbot.steps.shell.ShellCommand>,
1173 {
1174 'command': 'rm -rf "chromite" && /usr/bin/git retry clone https:// chromium.googlesource.com/chromiumos/chromite.git && cd "chromite" && /usr/bin/g it checkout master',
1175 'description': 'Clear and Clone chromite',
1176 'haltOnFailure': True,
1177 'name': 'Clear and Clone chromite',
1178 },
1179 ),
1180 (
1181 <class master.chromium_step.AnnotatedCommand>,
1182 {
1183 'command': [
1184 'chromite/bin/cbuildbot',
1185 <buildbot.process.properties.WithProperties instance>,
1186 '--buildroot=/b/cbuild/external_master',
1187 <master.master_utils.ConditionalProperty instance>,
1188 '--buildbot',
1189 '--debug',
1190 <master.master_utils.ConditionalProperty instance>,
1191 'amd64-generic-llvm',
1192 ],
1193 'description': 'cbuildbot',
1194 'maxTime': 57600,
1195 'name': 'cbuildbot',
1196 'timeout': 9000,
1197 'usePTY': False,
1198 },
1199 ),
1200 ],
1201 properties: Properties(**{}),
1202 },
1203 'name': 'amd64-generic-llvm',
1204 'slavenames': ['build112-m2'],
1205 },
1206 {
1207 'auto_reboot': False,
1148 'builddir': 'refresh-packages-master', 1208 'builddir': 'refresh-packages-master',
1149 'category': '1release full|info', 1209 'category': '1release full|info',
1150 'collapseRequests': <Always Collapse>, 1210 'collapseRequests': <Always Collapse>,
1151 'factory': BuildFactory { 1211 'factory': BuildFactory {
1152 steps: [ 1212 steps: [
1153 ( 1213 (
1154 <class buildbot.steps.shell.ShellCommand>, 1214 <class buildbot.steps.shell.ShellCommand>,
1155 { 1215 {
1156 'command': [ 1216 'command': [
1157 'gclient', 1217 'gclient',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
1311 <BuildSlave 'build203-m2', (no builders yet)>, 1371 <BuildSlave 'build203-m2', (no builders yet)>,
1312 <BuildSlave 'build182-m2', (no builders yet)>, 1372 <BuildSlave 'build182-m2', (no builders yet)>,
1313 <BuildSlave 'build87-m2', (no builders yet)>, 1373 <BuildSlave 'build87-m2', (no builders yet)>,
1314 ], 1374 ],
1315 'status': [ 1375 'status': [
1316 <WebStatus on port tcp:8082>, 1376 <WebStatus on port tcp:8082>,
1317 <WebStatus on port tcp:8282>, 1377 <WebStatus on port tcp:8282>,
1318 <master.status_logger.StatusEventLogger instance>, 1378 <master.status_logger.StatusEventLogger instance>,
1319 ], 1379 ],
1320 } 1380 }
OLDNEW
« no previous file with comments | « no previous file | masters/master.chromiumos/slave_pool.json » ('j') | scripts/slave/recipe_modules/cipd/api.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698