Merge pull request #13017 from piosz/autoscaling-e2e

Promoted Autoscaling e2e tests to standard suite
pull/6/head
Jerzy Szczepkowski 2015-08-21 10:26:36 +02:00
commit 4292df28dd
1 changed files with 0 additions and 3 deletions

View File

@ -96,7 +96,6 @@ GCE_DEFAULT_SKIP_TESTS=(
# The following tests are known to be flaky, and are thus run only in their own
# -flaky- build variants.
GCE_FLAKY_TESTS=(
"Autoscaling"
"DaemonRestart"
"ResourceUsage"
)
@ -189,8 +188,6 @@ case ${JOB_NAME} in
)"}
: ${KUBE_GCE_INSTANCE_PREFIX:="e2e-flaky"}
: ${PROJECT:="k8s-jkns-e2e-gce-flaky"}
# Override GCE default for cluster size autoscaling purposes.
ENABLE_CLUSTER_MONITORING="googleinfluxdb"
;;
# Runs all non-flaky tests on GCE in parallel.