From ae1e93bfbe98d58c4b55e7f7135cddcd91e83be5 Mon Sep 17 00:00:00 2001 From: Andrew Sy Kim Date: Sat, 5 Nov 2022 22:04:37 -0400 Subject: [PATCH] remove TEST_IGNORE_CLOUDPROVIDER_TAINT from hack/ginkgo-e2e.sh Signed-off-by: Andrew Sy Kim --- hack/ginkgo-e2e.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hack/ginkgo-e2e.sh b/hack/ginkgo-e2e.sh index b49828c4892..7814433d200 100755 --- a/hack/ginkgo-e2e.sh +++ b/hack/ginkgo-e2e.sh @@ -130,11 +130,6 @@ if [[ "${KUBERNETES_PROVIDER}" == "azure" ]]; then fi fi -if [[ "${TEST_IGNORE_CLOUDPROVIDER_TAINT:-}" == true ]]; then - echo "Found test ignore cloude provider taint, removing NoSchedule taint from all nodes" - "${KUBE_ROOT}/cluster/kubectl.sh" taint nodes --all node.cloudprovider.kubernetes.io/uninitialized:NoSchedule- -fi - # These arguments are understood by both Ginkgo test suite and CLI. # Some arguments (like --nodes) are only supported when using the CLI. # Those get set below when choosing the program.