adding numpy test target to buildbot

On Fri, Jun 28, 2013 at 10:55 AM, Matti Picus <matti.picus@gmail.com> wrote:
sounds good
- buildbot has no support for git, I wrote a git_update function but it needs test
i don't believe you http://docs.buildbot.net/0.8.1/Git.html
- how do I get nose installed?
pip install nose?
- can buildbot parse output from nose?
buildbot does not parse output "summary" is our custom hack.
And most importantly: - anyone want to take lead on this :) ?
not me ;-)

On 06/28/2013 11:13 AM, Matti Picus wrote:
IIRC, the hg support in buildbot had some strange features and it was just easier to write our own function instead of trying to convince buildbot to do what we meant. The situation might have changed since then, I don't know. ciao, Anto

Hi, On Fri, Jun 28, 2013 at 11:26 AM, Antonio Cuni <anto.cuni@gmail.com> wrote:
Yes, the main issue is that it insisted on doing fresh clones from scratch, for example whenever we tested a different branch. That's not a problem for small projects, but for PyPy that's a "definitely not". That's why it's written as a series of shell commands that call hg. (And based on the results, I'm not sure I understand why buildbot needs special "hg support" or "git support"; it's just more flexible to call the shell commands you want.) A bientôt, Armin.

On Fri, Jun 28, 2013 at 10:55 AM, Matti Picus <matti.picus@gmail.com> wrote:
sounds good
- buildbot has no support for git, I wrote a git_update function but it needs test
i don't believe you http://docs.buildbot.net/0.8.1/Git.html
- how do I get nose installed?
pip install nose?
- can buildbot parse output from nose?
buildbot does not parse output "summary" is our custom hack.
And most importantly: - anyone want to take lead on this :) ?
not me ;-)

Hi, On Fri, Jun 28, 2013 at 11:26 AM, Antonio Cuni <anto.cuni@gmail.com> wrote:
Yes, the main issue is that it insisted on doing fresh clones from scratch, for example whenever we tested a different branch. That's not a problem for small projects, but for PyPy that's a "definitely not". That's why it's written as a series of shell commands that call hg. (And based on the results, I'm not sure I understand why buildbot needs special "hg support" or "git support"; it's just more flexible to call the shell commands you want.) A bientôt, Armin.
participants (5)
-
Amaury Forgeot d'Arc
-
Antonio Cuni
-
Armin Rigo
-
Maciej Fijalkowski
-
Matti Picus