Re: [Python-Dev] Automated testing of patches from bugs.python.org

2015-05-20 Thread Olemis Lang
On 5/19/15, Terry Reedy wrote: > On 5/19/2015 11:02 AM, Kushal Das wrote: >> Hi, >> Hi ! I'm not very familiar with python-dev development workflows . Nonetheless I just wanted to mention something that proved to be useful for me in the past . >> With the help of CentOS project I am happy to an

Re: [Python-Dev] Automated testing of patches from bugs.python.org

2015-05-20 Thread Terry Reedy
On 5/20/2015 3:44 AM, anatoly techtonik wrote: This was intended to add status for bugs.python.org, but the work on Roundup had stalled due to uncertainty and despair on how to handle utf-8 (internal to Roundup) vs unicode (internal to Jinja2) in this issue: http://issues.roundup-tracker.org/iss

Re: [Python-Dev] Automated testing of patches from bugs.python.org

2015-05-20 Thread anatoly techtonik
On Tue, May 19, 2015 at 11:37 PM, Terry Reedy wrote: > On 5/19/2015 11:02 AM, Kushal Das wrote: >> >> Hi, >> >> With the help of CentOS project I am happy to announce an automated >> system [1] to test patches from bugs.python.org. This can be fully >> automated >> to test the patches whenever som

Re: [Python-Dev] Automated testing of patches from bugs.python.org

2015-05-19 Thread Terry Reedy
On 5/19/2015 11:02 AM, Kushal Das wrote: Hi, With the help of CentOS project I am happy to announce an automated system [1] to test patches from bugs.python.org. This can be fully automated to test the patches whenever someone uploads a patch in the roundup, but for now it accepts IRC commands o

Re: [Python-Dev] Automated testing of patches from bugs.python.org

2015-05-19 Thread Wes Turner
Here's a GerritChangeSource for BuildBot events: http://docs.buildbot.net/latest/full.html#chsrc-GerritChangeSource Great idea, thanks again! On Tue, May 19, 2015 at 1:25 PM, Wes Turner wrote: > http://docs.buildbot.net/latest/search.html?q=docker ... > > Here's a BuildBot Dockerfile: > http://

Re: [Python-Dev] Automated testing of patches from bugs.python.org

2015-05-19 Thread Wes Turner
http://docs.buildbot.net/latest/search.html?q=docker ... Here's a BuildBot Dockerfile: http://docs.buildbot.net/latest/manual/cfg-buildslaves-docker.html#image-creation On Tue, May 19, 2015 at 1:22 PM, Wes Turner wrote: > Cool! Thanks! > > BuildBot integration? > > * http://docs.buildbot.net/la

Re: [Python-Dev] Automated testing of patches from bugs.python.org

2015-05-19 Thread Brett Cannon
In the airport but I wanted to say thanks for this! On Tue, May 19, 2015, 11:03 Kushal Das wrote: > Hi, > > With the help of CentOS project I am happy to announce an automated > system [1] to test patches from bugs.python.org. This can be fully > automated > to test the patches whenever someone

Re: [Python-Dev] Automated testing of patches from bugs.python.org

2015-05-19 Thread Wes Turner
Cool! Thanks! BuildBot integration? * http://docs.buildbot.net/latest/full.html#source-stamps * http://docs.buildbot.net/latest/full.html#enabling-the-irc-bot * http://docs.buildbot.net/latest/full.html#choosing-a-change-source https://github.com/audreyr/cookiecutter-pypackage (requirements.txt,

Re: [Python-Dev] Automated testing of patches from bugs.python.org

2015-05-19 Thread Kushal Das
On 19/05/15, Berker Peksağ wrote: > On Tue, May 19, 2015 at 6:02 PM, Kushal Das wrote: > > Hi, > > > > With the help of CentOS project I am happy to announce an automated > > system [1] to test patches from bugs.python.org. This can be fully automated > > to test the patches whenever someone uploa

Re: [Python-Dev] Automated testing of patches from bugs.python.org

2015-05-19 Thread Berker Peksağ
On Tue, May 19, 2015 at 6:02 PM, Kushal Das wrote: > Hi, > > With the help of CentOS project I am happy to announce an automated > system [1] to test patches from bugs.python.org. This can be fully automated > to test the patches whenever someone uploads a patch in the roundup, but > for now it ac

[Python-Dev] Automated testing of patches from bugs.python.org

2015-05-19 Thread Kushal Das
Hi, With the help of CentOS project I am happy to announce an automated system [1] to test patches from bugs.python.org. This can be fully automated to test the patches whenever someone uploads a patch in the roundup, but for now it accepts IRC commands on #python-dev channel. I worked on a docker