Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tracecompass-dev] Hudson builds taking forever...



On 2015-11-28 07:37 PM, Alexandre Montplaisir wrote:
Hi all,

I notice our Gerrit builds are getting slower, they used to take around 30 minutes, but now take upwards of 1 hour(!)

I looked into it a bit and noticed that the following two servers are very slow, and our builds take a lot of them waiting on them:
build.eclipse.org
repository.jboss.org

I guess the first one was identified already, as I can see with
https://git.eclipse.org/r/#/c/61493/
https://bugs.eclipse.org/bugs/show_bug.cgi?id=483118

(Btw, what is the plan regarding that? Hosting our copy could make sense, although it's a bit weird that Derby is not available from downloads.eclipse.org)

The issue is still being looked at in bug 483118. In the mean time, I'll start the process of getting commit rights to Orbit to add it there. We also have a SWTChart update queued. Change 61493 was just a proof of concept to make sure we were not looking at the wrong thing.



For the second, do we really need to access repository.jboss.org anymore? I tried removing the <pluginRepository> element from our main pom.xml, and it seemed to build fine too. I'm thinking whatever versions of the JBoss plugins we are using are now mirrored on repo.eclipse.org or repo.maven.apache.org.

Yes it's still needed. If you delete it from your cache (.m2/repository) it will (should?) fail.


Thoughts?

Cheers,
Alex
_______________________________________________
tracecompass-dev mailing list
tracecompass-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tracecompass-dev



Back to the top