HBASE-15151 ensure findbugs check runs in nightly tests on all branches.
Signed-off-by: Mike Drob <mdrob@apache.org>
This commit is contained in:
parent
5102f5316c
commit
01746c72ab
|
@ -255,7 +255,7 @@ curl -L -o personality.sh "${env.PROJECT_PERSONALITY}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
TESTS = 'mvninstall,compile,javac,unit,htmlout'
|
TESTS = 'mvninstall,compile,javac,unit,findbugs,htmlout'
|
||||||
OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP2}"
|
OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP2}"
|
||||||
OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP2}"
|
OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP2}"
|
||||||
// This isn't strictly needed on branches that only support jdk8, but doesn't hurt
|
// This isn't strictly needed on branches that only support jdk8, but doesn't hurt
|
||||||
|
@ -327,10 +327,7 @@ curl -L -o personality.sh "${env.PROJECT_PERSONALITY}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
// Failure in any stage fails the build and consecutive stages are not built.
|
TESTS = 'mvninstall,compile,javac,unit,htmlout'
|
||||||
// Findbugs is part of this last yetus stage to prevent findbugs precluding hadoop3
|
|
||||||
// tests.
|
|
||||||
TESTS = 'mvninstall,compile,javac,unit,findbugs,htmlout'
|
|
||||||
OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP3}"
|
OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP3}"
|
||||||
OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP3}"
|
OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP3}"
|
||||||
// This isn't strictly needed on branches that only support jdk8, but doesn't hurt
|
// This isn't strictly needed on branches that only support jdk8, but doesn't hurt
|
||||||
|
|
Loading…
Reference in New Issue