Skip to content

Commit

Permalink
Fix dev Duchy kustomization_dir targets not being marked as testonly. (
Browse files Browse the repository at this point in the history
…#1547)

This addresses a build breakage introduced in #1512
  • Loading branch information
SanjayVas authored and ple13 committed Aug 16, 2024
1 parent 237f3fc commit 4f0c687
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/k8s/dev/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ kustomization_dir(

kustomization_dir(
name = "aggregator_duchy",
testonly = True,
srcs = [
"resource_requirements.yaml",
":aggregator_duchy_gke",
Expand All @@ -274,6 +275,7 @@ kustomization_dir(

kustomization_dir(
name = "worker1_duchy",
testonly = True,
srcs = [
"resource_requirements.yaml",
":worker1_duchy_gke",
Expand All @@ -288,6 +290,7 @@ kustomization_dir(

kustomization_dir(
name = "worker2_duchy",
testonly = True,
srcs = [
"resource_requirements.yaml",
":worker2_duchy_gke",
Expand Down

0 comments on commit 4f0c687

Please sign in to comment.