mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Skip serviceloadbalancer e2e on GKE
This commit is contained in:
parent
e46f7e29c4
commit
bf6a414c5f
@ -117,6 +117,7 @@ GKE_REQUIRED_SKIP_TESTS=(
|
|||||||
"Daemon\sset"
|
"Daemon\sset"
|
||||||
"Deployment"
|
"Deployment"
|
||||||
"experimental\sresource\susage\stracking" # Expect --max-pods=100
|
"experimental\sresource\susage\stracking" # Expect --max-pods=100
|
||||||
|
"ServiceLoadBalancer" # issue: #16602
|
||||||
"Shell"
|
"Shell"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -1142,7 +1143,6 @@ case ${JOB_NAME} in
|
|||||||
: ${ENABLE_DAEMONSETS:=true}
|
: ${ENABLE_DAEMONSETS:=true}
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
||||||
# Run Kubemark test on a fake 100 node cluster to have a comparison
|
# Run Kubemark test on a fake 100 node cluster to have a comparison
|
||||||
# to the real results from scalability suite
|
# to the real results from scalability suite
|
||||||
kubernetes-kubemark-gce)
|
kubernetes-kubemark-gce)
|
||||||
|
Loading…
Reference in New Issue
Block a user