Commit 21b1453f authored by Zach Loafman's avatar Zach Loafman

Revert "Promoted Autoscaling e2e tests to standard suite"

parent 8800450c
...@@ -96,6 +96,7 @@ GCE_DEFAULT_SKIP_TESTS=( ...@@ -96,6 +96,7 @@ GCE_DEFAULT_SKIP_TESTS=(
# The following tests are known to be flaky, and are thus run only in their own # The following tests are known to be flaky, and are thus run only in their own
# -flaky- build variants. # -flaky- build variants.
GCE_FLAKY_TESTS=( GCE_FLAKY_TESTS=(
"Autoscaling"
"DaemonRestart" "DaemonRestart"
"ResourceUsage" "ResourceUsage"
) )
...@@ -188,6 +189,8 @@ case ${JOB_NAME} in ...@@ -188,6 +189,8 @@ case ${JOB_NAME} in
)"} )"}
: ${KUBE_GCE_INSTANCE_PREFIX:="e2e-flaky"} : ${KUBE_GCE_INSTANCE_PREFIX:="e2e-flaky"}
: ${PROJECT:="k8s-jkns-e2e-gce-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. # Runs all non-flaky tests on GCE in parallel.
......
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