treewide: introduce osbase package and move things around
All except localregistry moved from metropolis/pkg to osbase,
localregistry moved to metropolis/test as its only used there anyway.
Change-Id: If1a4bf377364bef0ac23169e1b90379c71b06d72
Reviewed-on: https://review.monogon.dev/c/monogon/+/3079
Tested-by: Jenkins CI
Reviewed-by: Serge Bazanski <serge@monogon.tech>
diff --git a/metropolis/test/e2e/suites/ha/BUILD.bazel b/metropolis/test/e2e/suites/ha/BUILD.bazel
index 0a89977..5a2a4dd 100644
--- a/metropolis/test/e2e/suites/ha/BUILD.bazel
+++ b/metropolis/test/e2e/suites/ha/BUILD.bazel
@@ -15,10 +15,10 @@
"resources:ram:7000",
],
deps = [
- "//metropolis/pkg/localregistry",
"//metropolis/test/launch",
- "//metropolis/test/launch/cluster",
+ "//metropolis/test/localregistry",
"//metropolis/test/util",
+ "//osbase/test/launch",
"@io_bazel_rules_go//go/runfiles:go_default_library",
],
)