mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 02:08:13 +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 | ||||
| ------ | ||||
| ``` | ||||
| cd kubernetes/test/integration/scheduler_perf | ||||
| ```shell | ||||
| # In Kubernetes root path | ||||
| make generated_files | ||||
|  | ||||
| cd test/integration/scheduler_perf | ||||
| ./test-performance.sh | ||||
| ``` | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kubernetes Submit Queue
					Kubernetes Submit Queue