HADOOP-11721. switch jenkins patch tester to use git clean instead of mvn clean (temp commit)
This commit is contained in:
parent
7179f94f9d
commit
a89b087c45
|
@ -292,6 +292,10 @@ prebuildWithoutPatch () {
|
|||
cd -
|
||||
fi
|
||||
echo "Compiling $(pwd)"
|
||||
if [[ -d "$(pwd)"/hadoop-hdfs-project/hadoop-hdfs/target/test/data/dfs ]]; then
|
||||
echo "Changing permission $(pwd)/hadoop-hdfs-project/hadoop-hdfs/target/test/data/dfs to avoid broken builds "
|
||||
chmod +x -R "$(pwd)/hadoop-hdfs-project/hadoop-hdfs/target/test/data/dfs"
|
||||
fi
|
||||
echo "$MVN clean test -DskipTests -D${PROJECT_NAME}PatchProcess -Ptest-patch > $PATCH_DIR/trunkJavacWarnings.txt 2>&1"
|
||||
$MVN clean test -DskipTests -D${PROJECT_NAME}PatchProcess -Ptest-patch > $PATCH_DIR/trunkJavacWarnings.txt 2>&1
|
||||
if [[ $? != 0 ]] ; then
|
||||
|
|
Loading…
Reference in New Issue