mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Merge pull request #106283 from SergeyKanzhelev/noMoreScalabilityTests
There are no more Feature:Performance tests any longer, removing the …
This commit is contained in:
commit
710cc5c2a1
@ -31,11 +31,7 @@ export KUBE_MASTER_URL="https://${KUBE_MASTER_IP}"
|
|||||||
export KUBECONFIG="${ABSOLUTE_ROOT}/test/kubemark/resources/kubeconfig.kubemark"
|
export KUBECONFIG="${ABSOLUTE_ROOT}/test/kubemark/resources/kubeconfig.kubemark"
|
||||||
export E2E_MIN_STARTUP_PODS=0
|
export E2E_MIN_STARTUP_PODS=0
|
||||||
|
|
||||||
if [[ -z "$*" ]]; then
|
ARGS=("$@")
|
||||||
ARGS=('--ginkgo.focus=[Feature:Performance]')
|
|
||||||
else
|
|
||||||
ARGS=("$@")
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ "${ENABLE_KUBEMARK_CLUSTER_AUTOSCALER}" == "true" ]]; then
|
if [[ "${ENABLE_KUBEMARK_CLUSTER_AUTOSCALER}" == "true" ]]; then
|
||||||
ARGS+=("--kubemark-external-kubeconfig=${DEFAULT_KUBECONFIG}")
|
ARGS+=("--kubemark-external-kubeconfig=${DEFAULT_KUBECONFIG}")
|
||||||
|
Loading…
Reference in New Issue
Block a user