File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,11 @@ CONFORMANCE_E2E_ARGS += $(E2E_ARGS)
1111
1212.PHONY : test-conformance
1313test-conformance : # # Run conformance test on workload cluster.
14+ ifeq  ($(MANAGER_IMAGE ) ,)
1415	$(MAKE) test-e2e-skip-push GINKGO_FOCUS="Conformance" E2E_ARGS='$(CONFORMANCE_E2E_ARGS)' CONFORMANCE_FLAVOR='$(CONFORMANCE_FLAVOR)'
16+ else  ## If MANAGER_IMAGE is set, use it for the conformance test (test-e2e-skip-push overwrites it).
17+ 	$(MAKE) test-e2e-custom-image GINKGO_FOCUS="Conformance" E2E_ARGS='$(CONFORMANCE_E2E_ARGS)' CONFORMANCE_FLAVOR='$(CONFORMANCE_FLAVOR)'
18+ endif 
1519
1620test-conformance-fast : # # Run conformance test on workload cluster using a subset of the conformance suite in parallel.
1721	$(MAKE )  test-conformance CONFORMANCE_E2E_ARGS=" -kubetest.config-file=$( KUBETEST_FAST_CONF_PATH) $( E2E_ARGS) " 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments