Skip to content

Commit cc9b092

Browse files
author
Isaac Hollander McCreery
committed
Remove parallel-flaky suite
1 parent 0ad9b25 commit cc9b092

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

hack/jenkins/e2e.sh

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -309,20 +309,6 @@ case ${JOB_NAME} in
309309
: ${E2E_DOWN:="true"}
310310
;;
311311

312-
# Runs the flaky tests on GCE in parallel.
313-
kubernetes-e2e-gce-parallel-flaky)
314-
: ${E2E_CLUSTER_NAME:="parallel-flaky"}
315-
: ${E2E_NETWORK:="e2e-parallel-flaky"}
316-
: ${GINKGO_PARALLEL:="y"}
317-
: ${GINKGO_TEST_ARGS:="--ginkgo.focus=\[Flaky\] \
318-
--ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Feature:.+\]"}
319-
: ${KUBE_GCE_INSTANCE_PREFIX:="parallel-flaky"}
320-
: ${PROJECT:="k8s-jkns-e2e-gce-prl-flaky"}
321-
: ${FAIL_ON_GCP_RESOURCE_LEAK:="true"}
322-
# Override GCE defaults.
323-
NUM_NODES=${NUM_NODES_PARALLEL}
324-
;;
325-
326312
# GKE core jobs
327313

328314
# Runs all non-slow, non-serial, non-flaky, tests on GKE in parallel.

hack/jenkins/job-configs/kubernetes-e2e.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@
5454
- 'gce-flaky':
5555
description: 'Run E2E tests on GCE using the latest successful build. Limit to known-flaky tests.'
5656
timeout: 180
57-
- 'gce-parallel-flaky':
58-
description: 'Run E2E tests using Ginkgo''s parallel test runner on GCE using the latest successful build. Limit to known-flaky tests.'
59-
timeout: 90
6057
- 'gce-scalability':
6158
description: 'Run scalability E2E tests on GCE using the latest successful build.'
6259
timeout: 120

0 commit comments

Comments
 (0)