Commit e03d35cf authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #32173 from bprashanth/nginx_slow

Automatic merge from submit-queue Move nginx ingress e2e to slow Normal GCE L7 e2e takes ~15m and runs in a feature private suite. This e2e ensure that the api isn't broken, by creating an nginx controller. I plan to write a really slimmed down version for presubmit, but I need to shave off a minute to get it below 5m. Fixes https://github.com/kubernetes/kubernetes/issues/23416
parents 8b780669 371a3bed
...@@ -150,7 +150,7 @@ var _ = framework.KubeDescribe("Loadbalancing: L7 [Feature:Ingress]", func() { ...@@ -150,7 +150,7 @@ var _ = framework.KubeDescribe("Loadbalancing: L7 [Feature:Ingress]", func() {
}) })
// Time: borderline 5m, slow by design // Time: borderline 5m, slow by design
framework.KubeDescribe("Nginx [Slow] [Feature: Ingress]", func() { framework.KubeDescribe("Nginx [Slow]", func() {
var nginxController *NginxIngressController var nginxController *NginxIngressController
BeforeEach(func() { BeforeEach(func() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment