File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -312,6 +312,7 @@ pipeline {
312312            OUTPUT_DIR_RELATIVE  =  " ${ env.OUTPUT_DIR_RELATIVE_JDK8_HADOOP2} " 
313313            OUTPUT_DIR  =  " ${ env.WORKSPACE} ${ env.OUTPUT_DIR_RELATIVE_JDK8_HADOOP2} " 
314314            SET_JAVA_HOME  =  ' /usr/lib/jvm/java-8' 
315+             SKIP_ERRORPRONE  =  true 
315316          }
316317          steps {
317318            //  Must do prior to anything else, since if one of them timesout we'll stash the commentfile
@@ -421,6 +422,7 @@ pipeline {
421422            SET_JAVA_HOME  =  ' /usr/lib/jvm/java-8' 
422423            //  Activates hadoop 3.0 profile in maven runs.
423424            HADOOP_PROFILE  =  ' 3.0' 
425+             SKIP_ERRORPRONE  =  true 
424426          }
425427          steps {
426428            //  Must do prior to anything else, since if one of them timesout we'll stash the commentfile
@@ -530,8 +532,7 @@ pipeline {
530532            SET_JAVA_HOME  =  " /usr/lib/jvm/java-11" 
531533            //  Activates hadoop 3.0 profile in maven runs.
532534            HADOOP_PROFILE  =  ' 3.0' 
533-             //  ErrorProne is broken on JDK11, see HBASE-23894
534-             SKIP_ERROR_PRONE  =  ' true' 
535+             SKIP_ERRORPRONE  =  true 
535536          }
536537          steps {
537538            //  Must do prior to anything else, since if one of them timesout we'll stash the commentfile
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ if [[ -n "${HADOOP_PROFILE}" ]]; then
8383  fi 
8484fi 
8585
86- if  [[ -n   " ${SKIP_ERROR_PRONE}  " ;  then 
86+ if  [[ " ${SKIP_ERRORPRONE}  "   =   " true " ;  then 
8787  YETUS_ARGS=(" --skip-errorprone" " ${YETUS_ARGS[@]} " 
8888fi 
8989
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments