Skip to content

Commit

Permalink
remove build flags and rename cgroups_linux.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nickorlow committed Jul 17, 2023
1 parent 0f4d054 commit b270b4a
Show file tree
Hide file tree
Showing 3 changed files with 1,312 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build linux
// +build linux

/*
Copyright 2020 The Kubernetes Authors.
Expand Down
1 change: 1 addition & 0 deletions test/e2e/e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ import (
_ "k8s.io/ingress-nginx/test/e2e/ssl"
_ "k8s.io/ingress-nginx/test/e2e/status"
_ "k8s.io/ingress-nginx/test/e2e/tcpudp"
_ "k8s.io/ingress-nginx/test/e2e/cgroups"
)

// RunE2ETests checks configuration parameters (specified through flags) and then runs
Expand Down
Loading

0 comments on commit b270b4a

Please sign in to comment.