Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -755,10 +755,9 @@ periodics:
value: "y"
- name: TEST_PREFIX
value: BenchmarkPerfScheduling
# Set the benchtime to a very low value so every test is ran at most once
# even on very powerful machines
# Run benchmark once
- name: BENCHTIME
value: 1ns
value: 1x
# We distinguish which test cases to run with --short, and we want to run longer test cases in this job.
# We have to explicitly disable --short flag because the script enables by default.
- name: SHORT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ presubmits:
args:
- /bin/sh
- -c
- ./hack/install-etcd.sh && PATH=${PWD}/third_party/etcd:${PATH} make test-integration WHAT=./test/integration/scheduler_perf/... KUBE_CACHE_MUTATION_DETECTOR=false KUBE_TIMEOUT=--timeout=3h55m ETCD_LOGLEVEL=warn KUBE_TEST_ARGS="-run=nothing-because-no-test-has-this-name -benchtime=1ns -bench=BenchmarkPerfScheduling -data-items-dir=${ARTIFACTS}" SHORT='--short=false' KUBE_PRUNE_JUNIT_TESTS=false
- ./hack/install-etcd.sh && PATH=${PWD}/third_party/etcd:${PATH} make test-integration WHAT=./test/integration/scheduler_perf/... KUBE_CACHE_MUTATION_DETECTOR=false KUBE_TIMEOUT=--timeout=3h55m ETCD_LOGLEVEL=warn KUBE_TEST_ARGS="-run=nothing-because-no-test-has-this-name -benchtime=1x -bench=BenchmarkPerfScheduling -data-items-dir=${ARTIFACTS}" SHORT='--short=false' KUBE_PRUNE_JUNIT_TESTS=false
# We need to constraint compute resources so all the tests
# finish approximately at the same time. More compute power
# can increase scheduling throughput and make consequent results
Expand Down