[hibernate-dev] CI environment

Gunnar Morling gunnar at hibernate.org
Mon Apr 7 08:09:13 EDT 2014


2014-04-04 15:06 GMT+02:00 Gunnar Morling <gunnar at hibernate.org>:

> 2014-04-04 13:54 GMT+02:00 Sanne Grinovero <sanne at hibernate.org>:
>
> I did a bit of maintenance while looking at the OGM job.
>> It looks like that the OGM jobs actually finish in a reasonable time,
>> but the status is not being reported, or the workspace was containing
>> dirt marker files; I nuked job #110 's working directory to cleanup.
>>
>> It looks like that OGM somehow bypasses the locking system; I suspect
>> because it uses the Axis plugin to spawn multiple sub-jobs.
>> So it might still run in parallel with other jobs for which it really
>> should not (as it might conflict ports). Not sure what to to about
>> that, as I'm not going to debug the Jenkins plugins. I'll move it all
>> to the new server using Docker for full isolation as soon as I get
>> back from travels this month.
>>
>
> I think we can replace the Matrix job with a normal Maven job.
>
> The matrix stuff is only done to run the MongoDB tests once against a
> separately started instance and once against an instance started via a
> Maven plug-in. That's not really necessary as the DB behaves exactly the
> same in both cases, so we should be fine by just using the separate DB.
>

I've disabled the old Matrix jobs for OGM and created two new jobs (one for
master and one for PRs) which build nicely now.

# Java 8
>> I disabled all the builds using the Java 8 previews, and created new
>> fresh clones for:
>> - Hibernate Validator
>> - Hibernate Search
>> - Hibernate OGM
>>
>> to use the Java 8 Final release.
>>
>> I'll keep the disabled jobs around for a while as reference, in case
>> someone needs to have a look, but we'll eventually delete these.
>> @Gunnar: there is a "private job" of yours in this category: you still
>> need it? I disabled it.
>>
>
> I've just deleted that job.
>
>>
>> I didn't create one for ORM because it doesn't work yet.
>>
>> Sanne
>>
>
> --Gunnar
>
>
>>
>>
>> On 4 April 2014 01:48, Steve Ebersole <steve at hibernate.org> wrote:
>> > There is something very very funky going on in the CI environment.
>> >
>> > The ORM master job hangs almost every run now.  Oddly, it hangs trying
>> to
>> > compile test classes. I have tried a number of things in attempt to find
>> > out why.  I have added `strace` to the job command, ssh'iong to the box
>> and
>> > manually watching processes.  None of this has illuminated the cause for
>> > me.  Interestingly, I tried using Gradle's --debug option but then of
>> > course the job does not hang.
>> >
>> > OGM job (at least #110) is fubar as well.  It is just sitting there
>> > spinning.  The console shows absolutely nothing.  Its been in that state
>> > for "Started 9 hr 48 min ago" as of the time I write this.
>> > _______________________________________________
>> > hibernate-dev mailing list
>> > hibernate-dev at lists.jboss.org
>> > https://lists.jboss.org/mailman/listinfo/hibernate-dev
>> _______________________________________________
>> hibernate-dev mailing list
>> hibernate-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>>
>
>


More information about the hibernate-dev mailing list