File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -88,19 +88,15 @@ test-e2e-incremental-upgrade: manifests fmt vet ## Run e2e RayService incrementa
8888	go test  -timeout 30m -v $(WHAT ) 
8989
9090test-e2e-rayjob-submitter : WHAT ?= ./test/e2erayjobsubmitter
91- test-e2e-rayjob-submitter : manifests fmt vet # # Run e2e tests.
91+ test-e2e-rayjob-submitter : manifests fmt vet # # Run e2e light weight submitter  tests.
9292	go test  -timeout 30m -v $(WHAT ) 
9393
9494test-sampleyaml : WHAT ?= ./test/sampleyaml
9595test-sampleyaml : manifests fmt vet
9696	go test  -timeout 30m -v $(WHAT ) 
9797
9898test-e2e-rayjob : WHAT ?= ./test/e2erayjob
99- test-e2e-rayjob : manifests fmt vet # # Run e2e tests.
100- 	go test  -timeout 30m -v $(WHAT ) 
101- 
102- test-e2e-rayservice : WHAT ?= ./test/e2erayservice
103- test-e2e-rayservice : manifests fmt vet # # Run e2e tests.
99+ test-e2e-rayjob : manifests fmt vet # # Run e2e RayJob tests.
104100	go test  -timeout 30m -v $(WHAT ) 
105101
106102sync : helm api-docs
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments