Repository: hbase Updated Branches: refs/heads/HBASE-18426 6b84879c4 -> ceb6b96bd
HBASE-18426 WIP unit still not firing, maybe it only works if javac also? Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ceb6b96b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ceb6b96b Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/ceb6b96b Branch: refs/heads/HBASE-18426 Commit: ceb6b96bd481087b7877a3d838e4221cbdca6be7 Parents: 6b84879 Author: Sean Busbey <[email protected]> Authored: Sat Jul 29 02:29:02 2017 -0500 Committer: Sean Busbey <[email protected]> Committed: Sat Jul 29 02:29:02 2017 -0500 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/ceb6b96b/dev-support/Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 8310ad6..4e916b9 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -112,6 +112,7 @@ curl -L -o personality.sh "${env.PROJET_PERSONALITY}" expression { false } } environment { + // TODO does hadoopcheck need to be jdk specific? // Should be things that work with multijdk TESTS = 'all,-unit,-findbugs' // on branches that don't support jdk7, this will already be JAVA_HOME, so we'll end up not @@ -197,11 +198,11 @@ curl -L -o personality.sh "${env.PROJET_PERSONALITY}" stage ('yetus jdk8 checks') { when { not { - branch 'branch-1.1' + branch 'branch-1.1*' } } environment { - TESTS = 'mvninstall,unit,findbugs' + TESTS = 'mvninstall,compile,javac,unit,findbugs' OUTPUT_RELATIVE = "${env.OUTPUT_RELATIVE_JDK8}" OUTPUTDIR = "${env.OUTPUTDIR_JDK8}" // This isn't strictly needed on branches that only support jdk8, but doesn't hurt
