File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1199,7 +1199,7 @@ buildvariants:
11991199- matrix_name : " test-linux-enterprise-auth" 
12001200  matrix_spec : {"python-version": "*", auth: "auth"} 
12011201  display_name : " Enterprise Auth Linux ${python-version}" 
1202-   run_on : ubuntu1204 -test
1202+   run_on : rhel62 -test
12031203  tasks :
12041204     - name : " test-enterprise-auth" 
12051205
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ if [ ${PLATFORM} != "Java" ]; then
1818        echo  " Setting GSSAPI_PASS" 
1919        export  GSSAPI_PASS=${SASL_PASS} 
2020    else 
21+         #  BUILD-3830
22+         touch ${PROJECT_DIRECTORY} /.evergreen/krb5.conf.empty
23+         export  KRB5_CONFIG=${PROJECT_DIRECTORY} /.evergreen/krb5.conf.empty
24+ 
2125        echo  " Writing keytab" 
2226        echo  ${KEYTAB_BASE64}  |  base64 -d >  ${PROJECT_DIRECTORY} /.evergreen/drivers.keytab
2327        echo  " Running kinit" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments