Merge "Increase memory for distribution SFT jobs"
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 5 Feb 2018 18:08:01 +0000 (18:08 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 5 Feb 2018 18:08:01 +0000 (18:08 +0000)
jjb/integration/multipatch-distribution.sh

index 89324a39186828d50585edf95cb10699cc565482..0a0e355aa312db2719ea5154cfd748a082672670 100644 (file)
@@ -99,7 +99,6 @@ do
     "$MVN" clean install \
     -e -Pq \
     -Dstream=oxygen \
-    -DskipTests=true \
     -Dgitid.skip=false \
     --global-settings "$GLOBAL_SETTINGS_FILE" \
     --settings "$SETTINGS_FILE" \
@@ -117,7 +116,6 @@ if [ "${distribution_status}" == "not_included" ]; then
     "$MVN" clean install \
     -e -Pq \
     -Dstream="$DISTROSTREAM" \
-    -DskipTests=true \
     --global-settings "$GLOBAL_SETTINGS_FILE" \
     --settings "$SETTINGS_FILE" \
     $MAVEN_OPTIONS