On 17/04/14 14:22, Andrea Aime wrote: > On Thu, Apr 17, 2014 at 4:20 AM, Ben Caradoc-Davies > <[email protected] <mailto:[email protected]>> wrote: > Also, can a nightly ever be considered stable/maintenance? Nightlies can > have failing unit tests and cite tests. I wonder if we make these harder > to find by leaving them off the front page? > Failing cite tests yes, but failing unit tests? I was under the > impression that > they are not generated in that case?
geoserver-master-nightly runs every 24 hours on a timer with -DskipTests; this is the command: /opt/apache-maven-2.2.1/bin/mvn -DskipTests -Dbuild.hudsonId=233 -P release,communityRelease clean install Looks to me like nightlies are built regardless of unit test failures. > About their stability, I basically only use nightlies, because they always > have that extra fix/feature that I need and can't wait for a release to > deploy: > so far cannot say I had significant problems because of that We archive daily builds of master built with unit tests. See this comparison table: https://www.seegrid.csiro.au/wiki/Infosrvices/JenkinsGeoserverMaster Kind regards, -- Ben Caradoc-Davies <[email protected]> Software Engineer CSIRO Earth Science and Resource Engineering Australian Resources Research Centre ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available. Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
