jenkins testing on 0.20.20x

2011-09-15 Thread Steve Loughran
If I have some patches for the 0.20.20x branch, how do I submit them so they get applied and tested on that branch, rather than trunk. I have a patch that I want to get in there, but the JIRA process doesn't like the (unappliable to trunk patch). I could get the patch into trunk first and backp

Re: jenkins testing on 0.20.20x

2011-09-15 Thread Giridharan Kesavan
Steve, At the moment patch testing through jenkins is automated only for trunk. On Thu, Sep 15, 2011 at 9:44 AM, Steve Loughran wrote: > If I have some patches for the 0.20.20x branch, how do I submit them so they > get applied and tested on that branch, rather than trunk. I have a patch > tha

Re: jenkins testing on 0.20.20x

2011-09-15 Thread Eli Collins
See HADOOP-7435. On Thu, Sep 15, 2011 at 9:44 AM, Steve Loughran wrote: > If I have some patches for the 0.20.20x branch, how do I submit them so they > get applied and tested on that branch, rather than trunk. I have a patch > that I want to get in there, but the JIRA process doesn't like the >

Re: jenkins testing on 0.20.20x

2011-09-15 Thread Jeffrey Naisbitt
Most people working on the 0.20.20x branch prefer that you still run test-patch manually and then post the results as a comment to the Jira. If the change is complicated enough, it's a good idea to run the tests and post the results too. -Jeff On 9/15/11 11:49 AM, "Giridharan Kesavan" wrote:

Re: jenkins testing on 0.20.20x

2011-09-15 Thread Steve Loughran
On 15/09/11 17:52, Jeffrey Naisbitt wrote: Most people working on the 0.20.20x branch prefer that you still run test-patch manually and then post the results as a comment to the Jira. If the change is complicated enough, it's a good idea to run the tests and post the results too. -Jeff Thanks,