load("@io_bazel_rules_go//go:def.bzl", "go_test") go_test( name = "integration_test", srcs = ["reconciler_test.go"], tags = [ "integration", ], visibility = ["//visibility:public"], deps = [ "//pkg/f8n/warehouse/k8s/apis/v1alpha2", "//pkg/f8n/warehouse/k8s/controllers/lumperctl/internal", "//pkg/f8n/warehouse/oci/cache", "//pkg/k8s/runtime/conditions", "//pkg/k8s/runtime/controller/reconcile/recerr", "//test/f2", "//test/f2/x/warehouse", "@tools_gotest_v3//assert", ], )