Skip to main content

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

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)


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.

Thoughts?

Cheers,
Alex


Back to the top