File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ for branch_name in builder_branches['ola'].keys():
333333 c ['builders' ].append (
334334 BuilderConfig (name = builder_name ,
335335 slavenames = [s .name () for s in ola_tcmalloc_slaves ],
336- factory = ola_hc_factory
336+ factory = ola_hc_factory ,
337337 tags = ['ola' , ("ola-%s" % branch_name )]))
338338
339339# Trunk only builders, these generally generate output to the website, so we
@@ -373,7 +373,8 @@ if ja_rule_doc_slaves:
373373 BuilderConfig (name = "doxygen-doc-generator-ja-rule" ,
374374 slavenames = [s .name () for s in ja_rule_doc_slaves ],
375375 factory = ja_rule_doc_factory ,
376- tags = ['ja-rule' , ("ja-rule-%s" % config ['JA_RULE_TRUNK_NAME' ])]))
376+ tags = ['ja-rule' , ("ja-rule-%s" %
377+ config ['JA_RULE_TRUNK_NAME' ])]))
377378
378379################################################################################
379380# SCHEDULERS
You can’t perform that action at this time.
0 commit comments