mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +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:
commit
c61468f29b
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user