mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
Merge pull request #41181 from tanshanshan/fix-wrong-shell
Automatic merge from submit-queue (batch tested with PRs 40917, 41181, 41123, 36592, 41183) fix scheduler performance test script **What this PR does / why we need it**: `test-performance.sh` is in dir `kubernetes/test/integration/scheduler_perf` the dir `kubernetes/test/component/scheduler/perf` does not exist Thanks. **Special notes for your reviewer**: **Release note**: ```release-note ```
This commit is contained in:
commit
2b2af10a50
@ -43,7 +43,6 @@ kube::test::find_dirs() {
|
||||
-o -path './test/e2e/*' \
|
||||
-o -path './test/e2e_node/*' \
|
||||
-o -path './test/integration/*' \
|
||||
-o -path './test/component/scheduler/perf/*' \
|
||||
-o -path './third_party/*' \
|
||||
-o -path './staging/*' \
|
||||
-o -path './vendor/*' \
|
||||
|
@ -32,7 +32,7 @@ Currently the test suite has the following:
|
||||
How To Run
|
||||
------
|
||||
```
|
||||
cd kubernetes/test/component/scheduler/perf
|
||||
cd kubernetes/test/integration/scheduler_perf
|
||||
./test-performance.sh
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user