mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +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:
@@ -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/*' \
|
||||
|
||||
Reference in New Issue
Block a user