Skip to content

Commit

Permalink
Merge pull request kubernetes#51091 from resouer/fix-perf
Browse files Browse the repository at this point in the history
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: kubernetes#51090

**Special notes for your reviewer**:
  • Loading branch information
Kubernetes Submit Queue authored Aug 22, 2017
2 parents a4b719d + 388e0b3 commit c61468f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/integration/scheduler_perf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit c61468f

Please sign in to comment.