[pypy-commit] buildbot default: just remove niceness until sysadmin can get limits.conf working

bdkearns noreply at buildbot.pypy.org
Fri Apr 12 05:47:06 CEST 2013


Author: Brian Kearns <bdkearns at gmail.com>
Branch: 
Changeset: r779:fc24b0bbf3dd
Date: 2013-04-11 23:46 -0400
http://bitbucket.org/pypy/buildbot/changeset/fc24b0bbf3dd/

Log:	just remove niceness until sysadmin can get limits.conf working

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -567,7 +567,6 @@
             locks=[lock.access('exclusive')],
             description="run benchmarks on top of pypy-c",
             command=["python", "runner.py", '--output-filename', 'result.json',
-                     '--niceness', '0',  # can't get limits.conf to allow -10
                      '--changed', pypy_c_rel,
                      '--baseline', pypy_c_rel,
                      '--args', ',--jit off',


More information about the pypy-commit mailing list