load("@io_bazel_rules_go//go:def.bzl", "go_test") go_test( name = "integration_test", srcs = ["integration_test.go"], data = [ "//hack/tools:etcd", "//hack/tools:kube-apiserver", "//hack/tools:kubectl", ], tags = ["integration"], visibility = ["//visibility:public"], deps = [ "//pkg/lib/fog", "//pkg/lib/gcp/metricsscopes", "//test/f2", "//test/f2/integration", "@com_github_stretchr_testify//require", "@io_k8s_sigs_controller_runtime//:controller-runtime", ], )