Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove +build tag #4392

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions examples/extension-server/cmd/extension-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ func main() {
},
}
app.Run(os.Args)

}

var grpcServer *grpc.Server
Expand All @@ -65,7 +64,7 @@ func handleSignals(cCtx *cli.Context) error {
c := make(chan os.Signal, 1)
signal.Notify(c, os.Interrupt, syscall.SIGQUIT)
go func() {
for _ = range c {
for range c {
if grpcServer != nil {
grpcServer.Stop()
os.Exit(0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build pin
// +build pin

package ignore

Expand Down
1 change: 0 additions & 1 deletion internal/provider/kubernetes/kubernetes_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build integration
// +build integration

// Copyright Envoy Gateway Authors
// SPDX-License-Identifier: Apache-2.0
Expand Down
1 change: 0 additions & 1 deletion test/benchmark/benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build benchmark
// +build benchmark

package benchmark

Expand Down
1 change: 0 additions & 1 deletion test/benchmark/suite/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build benchmark
// +build benchmark

package suite

Expand Down
1 change: 0 additions & 1 deletion test/benchmark/suite/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build benchmark
// +build benchmark

package suite

Expand Down
1 change: 0 additions & 1 deletion test/benchmark/suite/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build benchmark
// +build benchmark

package suite

Expand Down
1 change: 0 additions & 1 deletion test/benchmark/suite/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build benchmark
// +build benchmark

package suite

Expand Down
1 change: 0 additions & 1 deletion test/benchmark/suite/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build benchmark
// +build benchmark

package suite

Expand Down
1 change: 0 additions & 1 deletion test/benchmark/tests/scale_httproutes.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build benchmark
// +build benchmark

package tests

Expand Down
1 change: 0 additions & 1 deletion test/benchmark/tests/tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build benchmark
// +build benchmark

package tests

Expand Down
1 change: 0 additions & 1 deletion test/cel-validation/backend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build celvalidation
// +build celvalidation

package celvalidation

Expand Down
1 change: 0 additions & 1 deletion test/cel-validation/backendtrafficpolicy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build celvalidation
// +build celvalidation

package celvalidation

Expand Down
1 change: 0 additions & 1 deletion test/cel-validation/clienttrafficpolicy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build celvalidation
// +build celvalidation

package celvalidation

Expand Down
1 change: 0 additions & 1 deletion test/cel-validation/envoyextensionpolicy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build celvalidation
// +build celvalidation

package celvalidation

Expand Down
1 change: 0 additions & 1 deletion test/cel-validation/envoyproxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build celvalidation
// +build celvalidation

package celvalidation

Expand Down
1 change: 0 additions & 1 deletion test/cel-validation/httproutefilter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build celvalidation
// +build celvalidation

package celvalidation

Expand Down
1 change: 0 additions & 1 deletion test/cel-validation/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build celvalidation
// +build celvalidation

package celvalidation

Expand Down
1 change: 0 additions & 1 deletion test/cel-validation/securitypolicy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build celvalidation
// +build celvalidation

package celvalidation

Expand Down
1 change: 0 additions & 1 deletion test/conformance/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build conformance
// +build conformance

package conformance

Expand Down
1 change: 0 additions & 1 deletion test/conformance/experimental_conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build experimental
// +build experimental

package conformance

Expand Down
1 change: 0 additions & 1 deletion test/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package e2e

Expand Down
1 change: 0 additions & 1 deletion test/e2e/embed.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package e2e

Expand Down
1 change: 0 additions & 1 deletion test/e2e/merge_gateways/merge_gateways_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package mergegateways

Expand Down
1 change: 0 additions & 1 deletion test/e2e/multiple_gc/multiple_gc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package multiplegc

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/accesslog.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/authorization_client_ip.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/authorization_default_action.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/authorization_jwt.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/backend_health_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/backend_tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/backend_tls_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/backend_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/basic_auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/circuitbreaker.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/client_mtls.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/client_timeout.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/connection_limit.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/controlplane.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/cors.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/eg_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/envoy_patch_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/envoy_shutdown.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/ext_auth_grpc_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/ext_auth_http_backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/ext_auth_http_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/ext_proc.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/fault_injection.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// the root of the repo.

//go:build e2e
// +build e2e

package tests

Expand Down
Loading