File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed 
testgrids/kubernetes/minikube Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ presubmits:
2222    always_run : true 
2323    labels :
2424      preset-dind-enabled : " true" 
25+     annotations :
26+       testgrid-dashboards : minikube-presubmits 
2527    spec :
2628      containers :
2729      - image : gcr.io/k8s-minikube/prow-test:v0.0.7 
@@ -45,8 +47,10 @@ presubmits:
4547  - name : pull-minikube-platform-tests 
4648    cluster : eks-prow-build-cluster 
4749    labels :
48-         preset-minikube-e2e-creds : " true" 
49-         preset-k8s-ssh : " true" 
50+       preset-minikube-e2e-creds : " true" 
51+       preset-k8s-ssh : " true" 
52+     annotations :
53+       testgrid-dashboards : minikube-presubmits 
5054    always_run : false 
5155    optional : true 
5256    decorate : true 
Original file line number Diff line number Diff line change 1+ dashboard_groups :
2+ - name : minikube 
3+   dashboard_names :
4+   - minikube-presubmits 
5+   - minikube-postsubmits 
6+   
7+ dashboards :
8+ - name : minikube-presubmits 
9+ - name : minikube-postsubmits 
Original file line number Diff line number Diff line change @@ -47,14 +47,10 @@ type SQConfig struct {
4747var  (
4848	companies  =  []string {
4949		"amazon" ,
50- 		"canonical" ,
5150		"cos" ,
5251		"containerd" ,
53- 		"cri-o" ,
5452		"istio" ,
55- 		"googleoss" ,
5653		"google" ,
57- 		"kopeio" ,
5854		"redhat" ,
5955		"ibm" ,
6056		"vmware" ,
6460	}
6561	orgs  =  []string {
6662		"conformance" ,
63+ 		"minikube" ,
6764		"cluster-api-core" ,
6865		"kops" ,
6966		"presubmits" ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments