File tree Expand file tree Collapse file tree 4 files changed +40
-6
lines changed 
testgrids/kubernetes/minikube Expand file tree Collapse file tree 4 files changed +40
-6
lines changed Original file line number Diff line number Diff line change 1+ postsubmits :
2+   kubernetes/minikube :
3+     - name : post-minikube-push-images 
4+       cluster : k8s-infra-prow-build-trusted 
5+       annotations :
6+         testgrid-dashboards : minikube-postsubmits, sig-k8s-infra-gcb 
7+       decorate : true 
8+       branches :
9+         - ^main$ 
10+         - ^release- 
11+         #  Build semver tags, too
12+         - ^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$ 
13+       spec :
14+         serviceAccountName : gcb-builder 
15+         containers :
16+           - image : gcr.io/k8s-staging-test-infra/image-builder:v20241224-fe22c549c1 
17+             command :
18+               - /run.sh 
19+             args :
20+               - --project=k8s-staging-images 
21+               - --scratch-bucket=gs://k8s-staging-images-gcb 
22+               - --env-passthrough=PULL_BASE_REF 
23+               - --with-git-dir 
24+               - . 
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