Merge pull request #135788 from BenTheElder/etcd-tag

remove build tags from e2e internal unit test with etcd
This commit is contained in:
Kubernetes Prow Robot
2026-02-03 14:16:28 +05:30
committed by GitHub

View File

@@ -1,5 +1,3 @@
//go:build linux && amd64
/*
Copyright 2022 The Kubernetes Authors.
@@ -16,8 +14,12 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// This test uses etcd that is only fully supported for AMD64 and Linux
// https://etcd.io/docs/v3.5/op-guide/supported-platform/#support-tiers
// This test uses etcd that is only fully supported for AMD64 and ARM64 on Linux.
// We also test on PPC64LE and s390x which are tier 2.
//
// If you test on windows / macOS, be aware that we do not have upstream CI for these.
//
// https://etcd.io/docs/v3.6/op-guide/supported-platform/#support-tiers
package cleanup
@@ -45,8 +47,6 @@ import (
// for future additional import statements.
//
//
//
//
// This must be line #50.
func init() {