If you look further down build is also configure to run tests "$MAVEN_HOME/bin/mvn test -Dmaven.test.failure.ignore=true -Pclover -DcloverLicenseLocation=/home/jenkins/tools/clover/latest/lib/clover.license > clover.log 2>&1"
mvn clean install -DskipTests is run at the root level to get the latest hdfs dependencies installed in the mvn cache. and the mvn test is executed inside the hadoop-hdfs-project. -Giri On Wed, Sep 14, 2011 at 8:14 AM, Eric Caspole <eric.casp...@amd.com> wrote: > I noticed that even the jenkins build does -DskipTests, is this because > there are too many failures or it simply takes too long? > > https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Hdfs-trunk/799/consoleFull > > /home/jenkins/tools/maven/latest/bin/mvn clean install -DskipTests > > When I tried it over the weekend, the hdfs tests in the normal maven build > took over 3 hours, is that normal or maybe I have something wrong in my > setup? > Thanks for any advice. > Eric > > > On Sep 13, 2011, at 4:41 PM, Mahadev Konar wrote: > >> Hi all, >> After quite a bit of help from Giri, I was able to set up nightly builds >> on 0.23 and fix issues on trunk builds (looks like the hdfs trunk build was >> broken for a long time). Note that I have enabled artifact publishing >> (tarballs) on the nighties for both trunk and 0.23 builds. In case you want >> to download the latest successful artifacts you can use: >> >> >> https://builds.apache.org/view/G-L/view/Hadoop/job/${BUILD_NAME}/lastSuccessfulBuild/artifact/trunk/${BUILD_ARTIFACT} >> >> eg: >> >> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/lastSuccessfulBuild/artifact/trunk/hadoop-common-project/hadoop-common/target/hadoop-common-0.24.0-SNAPSHOT.tar.gz >> >> Here are the links for trunk and 0.23 builds: >> >> Common: >> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-trunk/ >> >> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Common-0.23-Build/ >> >> HDFS (still running, should be working by EOD): >> >> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Hdfs-trunk/ >> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Hdfs-0.23-Build/ >> >> MapReduce: >> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Mapreduce-trunk/ >> >> https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Mapreduce-0.23-Build/ >> >> >> thanks >> mahadev >> > > > -- -Giri