mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
Remove parallel-flaky suite
This commit is contained in:
parent
0ad9b2552b
commit
cc9b092e94
@ -309,20 +309,6 @@ case ${JOB_NAME} in
|
|||||||
: ${E2E_DOWN:="true"}
|
: ${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
|
# GKE core jobs
|
||||||
|
|
||||||
# Runs all non-slow, non-serial, non-flaky, tests on GKE in parallel.
|
# Runs all non-slow, non-serial, non-flaky, tests on GKE in parallel.
|
||||||
|
@ -54,9 +54,6 @@
|
|||||||
- 'gce-flaky':
|
- 'gce-flaky':
|
||||||
description: 'Run E2E tests on GCE using the latest successful build. Limit to known-flaky tests.'
|
description: 'Run E2E tests on GCE using the latest successful build. Limit to known-flaky tests.'
|
||||||
timeout: 180
|
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':
|
- 'gce-scalability':
|
||||||
description: 'Run scalability E2E tests on GCE using the latest successful build.'
|
description: 'Run scalability E2E tests on GCE using the latest successful build.'
|
||||||
timeout: 120
|
timeout: 120
|
||||||
|
Loading…
Reference in New Issue
Block a user