Author: Brian Kearns <[email protected]>
Branch: 
Changeset: r778:c5df804d3d58
Date: 2013-04-11 14:38 -0400
http://bitbucket.org/pypy/buildbot/changeset/c5df804d3d58/

Log:    settle for niceness 0

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,7 @@
             locks=[lock.access('exclusive')],
             description="run benchmarks on top of pypy-c",
             command=["python", "runner.py", '--output-filename', 'result.json',
-                     '--niceness', '-10',
+                     '--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