Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r947:2c1f75239406
Date: 2015-04-08 12:17 +0200
http://bitbucket.org/pypy/buildbot/changeset/2c1f75239406/
Log: force interpreter name
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -737,9 +737,9 @@
description="run benchmarks on top of pypy-c",
command=["python", "runner.py", '--output-filename', 'result.json',
'--python', pypy_c_rel,
- '--full-store',
'--revision', WithProperties('%(got_revision)s'),
'--branch', WithProperties('%(branch)s'),
+ '--force-interpreter-name', 'pypy-c-jit',
],
workdir='./benchmarks',
timeout=3600))
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit