Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Hudson builds of the CDT

On Mon, Apr 19, 2010 at 11:26 AM, Andrew Overholt <overholt@xxxxxxxxxx> wrote:
Hi,

At the CDT BoF at EclipseCon I said I'd set up a Hudson job for CDT
builds.  With Vivian's help, I was able to get it going.  You can see it
here:

 https://build.eclipse.org/hudson/job/cdt-nightly/configure

It currently polls CVS every 6 hours and does a build if there have been
changes.  I just wrapped the PDE Build like Vivian has done so there
shouldn't be any surprises.  Really, I didn't do much as Vivian and
others have a good build setup already :)  There are some oddities with
test results but Charley Wang has looked into it and has a proposed fix
which he's going to file in a bug.

Thanks Andrew!

The bug is here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=309690

The oddities Andrew mentioned revolve around an error in creating temporary testdata directories with tests run through Hudson -- these are currently causing about 10 of the test failures in Hudson. I attached a patch in 309690 that should help get around the issue or at least suggest why it is happening.


-Charley

Back to the top