diff --git a/runbot/runbot.py b/runbot/runbot.py index 0d65815d..2806d113 100644 --- a/runbot/runbot.py +++ b/runbot/runbot.py @@ -987,8 +987,6 @@ class RunbotController(http.Controller): context = { 'repos': repos, 'repo': repo, - 'workers': icp.get_param(cr, uid, 'runbot.workers', default=6), - 'running_max': icp.get_param(cr, uid, 'runbot.running_max', default=75), 'pending_total': build_obj.search_count(cr, uid, [('state','=','pending')]), 'testing_total': build_obj.search_count(cr, uid, [('state','=','testing')]), 'running_total': build_obj.search_count(cr, uid, [('state','=','running')]), diff --git a/runbot/runbot.xml b/runbot/runbot.xml index 1b973c6a..4bc1405c 100644 --- a/runbot/runbot.xml +++ b/runbot/runbot.xml @@ -348,8 +348,8 @@ - / testing, - / running, + testing, + running, pending