Re: [jira] Resolved: (SOLR-479) Solr Test code coverage

2008-02-29 Thread Nigel Daley


On Feb 24, 2008, at 11:48 PM, Chris Hostetter wrote:

: If we hook it into the nightly target, then the only thing that  
needs to be
: done is make sure Hudson captures the reports.  The trick in  
hooking it into
: the nightly is that you want to make sure you clean before doing  
any other
: packaging to make sure that the instrumented files are not in the  
build.


i'm pretty sure the hudson artifacts aren't the ones we distribute  
as the
nightly build .. that's still done by a cron in the lucene zone  
AFAIK,

so it shouldn't be a big deal.

honestly: i'm starting to come around to the idea that we should stop
distributing nightly builds at all -- just ue hudson for automated
unit/coverage tests and shut off the cron scripts ... but that's a  
topic

for a seperate thread.

: If someone takes care of that, I can see to it that it gets in  
Hudson.  Also,
: I'd be more than happy to get another Solr committer setup on  
Hudson.  It is

: really easy to work with, especially the newer version.

go ahead and set me up with a hudson account and i'll take a look  
at it --
there are some aspects of clover that i don't get yet, so i'd like  
to make

sure i understand what's going wrong with the lucene-java clover setup
first.


Hoss, follow the directions here (first question in FAQ):
http://wiki.apache.org/general/Hudson
to get an account on hudson.zones.apache.org

Thx,
Nige



[ANNOUNCE] New Build Server

2008-01-23 Thread Nigel Daley

http://lucene.zones.apache.org:8080/hudson/ has been retired.

A new Apache-wide Hudson build server is now up at
http://hudson.zones.apache.org/hudson/

Please adjust your bookmarks.

All the old builds have been moved over so that history is  
maintained.  Please let me know if you see any problems with the new  
setup.


Thanks,
Nige


Re: Hudson Upgrade Dec 19

2007-12-20 Thread Nigel Daley
This is now complete.  Please let me know if you see any problems  
with Hudson.


Nige

On Dec 18, 2007, at 10:59 PM, Nigel Daley wrote:

I'd like to upgrade Hudson (http://lucene.zones.apache.org:8080/ 
hudson/) from 1.136 to 1.161 tomorrow (Dec 19).  I'll also be  
upgrading some existing plugins and installing a new plugin:

  http://hudson.gotdns.com/wiki/display/HUDSON/SCP+plugin

The changelog for Hudson is at
  https://hudson.dev.java.net/changelog.html

Let me know if this timing is a problem.  Hudson may be unavailable  
for a small windows (less than 10 minutes).


Cheers,
Nige

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





Hudson Upgrade Dec 19

2007-12-18 Thread Nigel Daley
I'd like to upgrade Hudson (http://lucene.zones.apache.org:8080/ 
hudson/) from 1.136 to 1.161 tomorrow (Dec 19).  I'll also be  
upgrading some existing plugins and installing a new plugin:

  http://hudson.gotdns.com/wiki/display/HUDSON/SCP+plugin

The changelog for Hudson is at
  https://hudson.dev.java.net/changelog.html

Let me know if this timing is a problem.  Hudson may be unavailable  
for a small windows (less than 10 minutes).


Cheers,
Nige


Re: Build failed in Hudson: Solr-Nightly #103

2007-06-18 Thread Nigel Daley
Ya, Hudson has been having the occasional problem with SVN  
checkouts.  I'm monitoring the Hudson lists for a fix or workaround.


Cheers,
Nige


On Jun 6, 2007, at 9:56 AM, Yonik Seeley wrote:


On 6/6/07, Ryan McKinley [EMAIL PROTECTED] wrote:
I assume this is not something we worry about?  It is just that  
husdon

svn checkout failed?


That was my assumption.  The next one will probably succeed.
-Yonik




Re: clover and hudson (and jetty) -- was Re: [jira] Commented: (SOLR-143) Support for PMD and Clover

2007-06-18 Thread Nigel Daley

On Jun 16, 2007, at 11:01 AM, Chris Hostetter wrote:



: Is there any downside to switching to hudson?

someone has to learn how to configure it (my main impression: it's got
a lot more bells and whistles then a shell script cron job, but a  
shell

script cronjob is pretty easy to read and understand)


Hudson can easily run maven targets, ant targets, or a shell script.   
If you want to do anything fancy, then I suspect you'll need Hudson  
to run a shell script (like the Lucene build does).  Let me know if I  
can help.  I don't monitor this list very often so please CC nigel at  
apache.org.


Cheers,
Nige


Re: New Jira Hudson plugin

2007-03-15 Thread Nigel Daley
Jira issue numbers should now be hyper-linked to Jira.  Also, in  
the Hadoop-Nightly build I'm experimenting with a feature of the  
plugin that will update the Jira with a link back to the Hudson  
build in which it was integrated.  For example https:// 
issues.apache.org/jira/browse/HADOOP-1115 now has such a link.  If  
other projects (Lucene, Nutch, Solr) want this feature turned on  
then please let me know.


More on the new plugin here:
http://weblogs.java.net/blog/kohsuke/archive/2007/03/ 
hudsonjira_inte.html


I'm not sure what is the magic behind this plugin - Nutch still  
follows a simplified JIRA workflow (although in my opinion we  
should switch to the same workflow as Hadoop uses), and this  
simplified workflow doesn't contain patch available state.


Hi Andrzej,

I suspect you may be confusing this with the automatic build we do  
for Hadoop when someone submits a patch to Jira and marks it Patch  
Available.  This new plugin has nothing to do with Jira states or  
our custom Hadoop patch build process.


Husdon has always noticed the changes that were integrated into each  
successive build.  For instance, look at:

  http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/24/

This Jira plugin simply does 2 additional things.
1) Whenever is sees what is suspects is a Jira issue number in the  
build change log, it will hyper-link to the issue.
2) It can also add a comment to the Jira's that were integrated into  
each build, but this functionality has to be enabled for each build  
project.  An example of the comment it adds can be seen in this  
recently integrated Hadoop defect:

  http://issues.apache.org/jira/browse/HADOOP-1115#action_12480723

Let me know if you want item #2 functionality enabled for Nutch.
[ditto for Lucene and Solr, who I have cc'd]

Cheers,
Nige


New Jira Hudson plugin

2007-03-14 Thread Nigel Daley

I've updated Hudson with a new Jira plugin provided by Kohsuke:

  http://lucene.zones.apache.org:8080/

Jira issue numbers should now be hyper-linked to Jira.  Also, in the  
Hadoop-Nightly build I'm experimenting with a feature of the plugin  
that will update the Jira with a link back to the Hudson build in  
which it was integrated.  For example https://issues.apache.org/jira/ 
browse/HADOOP-1115 now has such a link.  If other projects (Lucene,  
Nutch, Solr) want this feature turned on then please let me know.


More on the new plugin here:
http://weblogs.java.net/blog/kohsuke/archive/2007/03/ 
hudsonjira_inte.html


Comments welcome.

Cheers,
Nige