Author: Brian Kearns <[email protected]>
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',
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to