comparison master.cfg @ 15:cbcd3693ff0e

waterfall config parameters
author John W. Eaton <jwe@octave.org>
date Fri, 05 Jun 2020 14:33:52 +0000
parents 24e67c30e215
children b2e9c6f7d3e5
comparison
equal deleted inserted replaced
14:24e67c30e215 15:cbcd3693ff0e
861 "port" : 8010, 861 "port" : 8010,
862 "auth" : util.UserPasswordAuth (octave_buildbot_config.master_id_and_pass), 862 "auth" : util.UserPasswordAuth (octave_buildbot_config.master_id_and_pass),
863 "plugins" : { "waterfall_view" : True } 863 "plugins" : { "waterfall_view" : True }
864 } 864 }
865 865
866 c['www']['ui_default_config'] = {
867 "Waterfall.scaling_waterfall": 0.02,
868 "Waterfall.lazy_limit_waterfall": 400
869 }
870
866 ## DB URL 871 ## DB URL
867 872
868 ## This specifies what database buildbot uses to store its state. You 873 ## This specifies what database buildbot uses to store its state. You
869 ## can leave this at its default for all but the largest installations. 874 ## can leave this at its default for all but the largest installations.
870 875