Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] [jgit-build] Build failed in Hudson: jgit #653

2011/3/9 Shawn Pearce <spearce@xxxxxxxxxxx>
On Wed, Mar 9, 2011 at 12:22,  <hudsonbuild@xxxxxxxxxxx> wrote:
> See <https://hudson.eclipse.org/hudson/job/jgit/653/changes>
>
> Changes:
>
> [Jesse Greenwald] Fixed ordering of Config.getSubsections(...)
...
> Failed tests:
>  testCheckoutWithNonDeletedFiles(org.eclipse.jgit.api.CheckoutCommandTest)

Hmm? This builds and runs fine on my workstation. And in the CI bot,
which is why I submitted it in the first place. What's up with the
post-submit CI bot?

The two bots run on different Hudson instances.

The CI bot is living in incubation mode on the sandbox hudson [1] until 
the gerrit-trigger plugin  got blessed by the admins for use on the productive 
Hudson. 

Currently we run a nightly build as we needed some recent bug fixes which
are not yet available in the latest release of the gerrit-trigger [2].

The post CI bot runs on productive hudson [3]. Also the productive hudson faced
some rough water recently [4].

[1] https://hudson.eclipse.org/sandbox/job/jgit.gerrit/
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=332945
[3] https://hudson.eclipse.org/hudson/job/jgit/
[4] http://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg05576.html

--
Matthias


Back to the top