Remove parallel-flaky suite

This commit is contained in:
Isaac Hollander McCreery 2016-02-10 10:32:25 -08:00
parent 0ad9b2552b
commit cc9b092e94
2 changed files with 0 additions and 17 deletions

View File

@ -309,20 +309,6 @@ case ${JOB_NAME} in
: ${E2E_DOWN:="true"}
;;
# Runs the flaky tests on GCE in parallel.
kubernetes-e2e-gce-parallel-flaky)
: ${E2E_CLUSTER_NAME:="parallel-flaky"}
: ${E2E_NETWORK:="e2e-parallel-flaky"}
: ${GINKGO_PARALLEL:="y"}
: ${GINKGO_TEST_ARGS:="--ginkgo.focus=\[Flaky\] \
--ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Feature:.+\]"}
: ${KUBE_GCE_INSTANCE_PREFIX:="parallel-flaky"}
: ${PROJECT:="k8s-jkns-e2e-gce-prl-flaky"}
: ${FAIL_ON_GCP_RESOURCE_LEAK:="true"}
# Override GCE defaults.
NUM_NODES=${NUM_NODES_PARALLEL}
;;
# GKE core jobs
# Runs all non-slow, non-serial, non-flaky, tests on GKE in parallel.

View File

@ -54,9 +54,6 @@
- 'gce-flaky':
description: 'Run E2E tests on GCE using the latest successful build. Limit to known-flaky tests.'
timeout: 180
- 'gce-parallel-flaky':
description: 'Run E2E tests using Ginkgo''s parallel test runner on GCE using the latest successful build. Limit to known-flaky tests.'
timeout: 90
- 'gce-scalability':
description: 'Run scalability E2E tests on GCE using the latest successful build.'
timeout: 120