mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #51091 from resouer/fix-perf
Automatic merge from submit-queue Should generate files before scheduler perf **What this PR does / why we need it**: For a newly cloned project, generated files are not included. Then scheduler_perf will fail: ``` undefined: openapi.GetOpenAPIDefinitions ``` **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes: #51090 **Special notes for your reviewer**:
This commit is contained in:
		@@ -31,8 +31,11 @@ Currently the test suite has the following:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
How To Run
 | 
					How To Run
 | 
				
			||||||
------
 | 
					------
 | 
				
			||||||
```
 | 
					```shell
 | 
				
			||||||
cd kubernetes/test/integration/scheduler_perf
 | 
					# In Kubernetes root path
 | 
				
			||||||
 | 
					make generated_files
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					cd test/integration/scheduler_perf
 | 
				
			||||||
./test-performance.sh
 | 
					./test-performance.sh
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user