From 2c1d51ff0c6efa898a210233a0e98c2f9e009c17 Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Sat, 24 Feb 2018 15:50:12 -0600 Subject: [PATCH] HBASE-20075 remove logic for branch-1.1 nightly testing --- dev-support/Jenkinsfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 201783be7f..6ff9387447 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -167,10 +167,6 @@ curl -L -o personality.sh "${env.PROJECT_PERSONALITY}" "${BASEDIR}/dev-support/gather_machine_environment.sh" "${OUTPUT_DIR_RELATIVE}/machine" ''' sh """#!/usr/bin/env bash - # for branch-1.1 we don't do jdk8 findbugs, so do it here - if [ "${env.BRANCH_NAME}" == "branch-1.1" ]; then - TESTS+=",findbugs" - fi "${env.BASEDIR}/dev-support/hbase_nightly_yetus.sh" """ } @@ -207,11 +203,6 @@ curl -L -o personality.sh "${env.PROJECT_PERSONALITY}" } } stage ('yetus jdk8 hadoop2 checks') { - when { - not { - branch 'branch-1.1*' - } - } environment { TESTS = 'mvninstall,compile,javac,unit,htmlout' OUTPUT_DIR_RELATIVE = "output-jdk8-hadoop2" -- 2.16.1