Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] Gerrit build optimization

Hi,

I am analyzing the Gerrit build. To be able to find the bottlenecks I have added the following to the Build section of the Gerrit job:

JVM Options: -Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss

This will add timestamps like so:

11:40:45 [INFO] ------< org.eclipse.core:org.eclipse.core.databinding.observable >------
11:40:45 [INFO] Building org.eclipse.core.databinding.observable 1.6.300-SNAPSHOT [3/80]
11:40:45 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:40:45 [INFO] 
11:40:45 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.core.databinding.observable ---
11:40:45 [INFO] 
I am currently monitoring a build and will revert if I see any problems, e.g. in the log analysis plugins.

I have filed https://bugs.eclipse.org/bugs/show_bug.cgi?id=538173 to log the work

Cheers,

Wim





Back to the top