From ee204a7b96a2af3f8737527daff07b46eaa4b599 Mon Sep 17 00:00:00 2001 From: Anddd7 Date: Thu, 2 May 2024 20:51:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20test:=20trigger=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/e2e/annotations/grpc.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/e2e/annotations/grpc.go b/test/e2e/annotations/grpc.go index 95330e6e77..60696e1395 100644 --- a/test/e2e/annotations/grpc.go +++ b/test/e2e/annotations/grpc.go @@ -267,6 +267,7 @@ var _ = framework.DescribeAnnotation("backend-protocol - GRPC", func() { f.NewGRPCBinDelayDeployment() proxyTimeout := "10" + ingressName := "grpcbin-delay" annotations := make(map[string]string) annotations["nginx.ingress.kubernetes.io/backend-protocol"] = "GRPC" @@ -274,7 +275,7 @@ var _ = framework.DescribeAnnotation("backend-protocol - GRPC", func() { annotations["nginx.ingress.kubernetes.io/proxy-send-timeout"] = proxyTimeout annotations["nginx.ingress.kubernetes.io/proxy-read-timeout"] = proxyTimeout - ing := framework.NewSingleIngress(host, "/", host, f.Namespace, "grpcbin-delay", 50051, annotations) + ing := framework.NewSingleIngress(host, "/", host, f.Namespace, ingressName, 50051, annotations) f.EnsureIngress(ing) @@ -309,6 +310,7 @@ var _ = framework.DescribeAnnotation("backend-protocol - GRPC", func() { f.NewGRPCBinDelayDeployment() proxyTimeout := "10" + ingressName := "grpcbin-delay" annotations := make(map[string]string) annotations["nginx.ingress.kubernetes.io/backend-protocol"] = "GRPC" @@ -316,7 +318,7 @@ var _ = framework.DescribeAnnotation("backend-protocol - GRPC", func() { annotations["nginx.ingress.kubernetes.io/proxy-send-timeout"] = proxyTimeout annotations["nginx.ingress.kubernetes.io/proxy-read-timeout"] = proxyTimeout - ing := framework.NewSingleIngress(host, "/", host, f.Namespace, "grpcbin-delay", 50051, annotations) + ing := framework.NewSingleIngress(host, "/", host, f.Namespace, ingressName, 50051, annotations) f.EnsureIngress(ing)