Skip to content

Commit 52f5f08

Browse files
add e2eextensionv1beta1 to old tests (#1453)
1 parent c512862 commit 52f5f08

4 files changed

+8
-8
lines changed

scripts/e2e/cmd/runner/extensions-v1beta-ingress_class_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// Licensed under the MIT License. See License.txt in the project root for license information.
44
// --------------------------------------------------------------------------------------------
55

6-
//go:build e2eingressclass
7-
// +build e2eingressclass
6+
//go:build e2eextensionv1beta1ingressclass
7+
// +build e2eextensionv1beta1ingressclass
88

99
package runner
1010

scripts/e2e/cmd/runner/extensions-v1beta1-lfu_one_namespace_one_ingress_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// Licensed under the MIT License. See License.txt in the project root for license information.
44
// --------------------------------------------------------------------------------------------
55

6-
//go:build e2e
7-
// +build e2e
6+
//go:build e2eextensionv1beta1
7+
// +build e2eextensionv1beta1
88

99
package runner
1010

scripts/e2e/cmd/runner/extensions-v1beta1-mfu_one_namespace_many_ingresses_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// Licensed under the MIT License. See License.txt in the project root for license information.
44
// --------------------------------------------------------------------------------------------
55

6-
//go:build e2e
7-
// +build e2e
6+
//go:build e2eextensionv1beta1
7+
// +build e2eextensionv1beta1
88

99
package runner
1010

scripts/e2e/cmd/runner/extensions-v1beta1-mfu_one_namespace_one_ingress_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// Licensed under the MIT License. See License.txt in the project root for license information.
44
// --------------------------------------------------------------------------------------------
55

6-
//go:build e2e
7-
// +build e2e
6+
//go:build e2eextensionv1beta1
7+
// +build e2eextensionv1beta1
88

99
package runner
1010

0 commit comments

Comments
 (0)