Commit 2b2af10a authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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 ```
parents c429a074 94b8c43b
...@@ -43,7 +43,6 @@ kube::test::find_dirs() { ...@@ -43,7 +43,6 @@ kube::test::find_dirs() {
-o -path './test/e2e/*' \ -o -path './test/e2e/*' \
-o -path './test/e2e_node/*' \ -o -path './test/e2e_node/*' \
-o -path './test/integration/*' \ -o -path './test/integration/*' \
-o -path './test/component/scheduler/perf/*' \
-o -path './third_party/*' \ -o -path './third_party/*' \
-o -path './staging/*' \ -o -path './staging/*' \
-o -path './vendor/*' \ -o -path './vendor/*' \
......
...@@ -32,7 +32,7 @@ Currently the test suite has the following: ...@@ -32,7 +32,7 @@ Currently the test suite has the following:
How To Run How To Run
------ ------
``` ```
cd kubernetes/test/component/scheduler/perf cd kubernetes/test/integration/scheduler_perf
./test-performance.sh ./test-performance.sh
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment