From 408e1cd98d0116ab2ac11ceac51aef782c914965 Mon Sep 17 00:00:00 2001 From: Chuck Ha Date: Mon, 22 Apr 2019 15:41:09 -0400 Subject: [PATCH] Add the HA machines configuration to bazel Signed-off-by: Chuck Ha --- test/e2e/BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e/BUILD.bazel b/test/e2e/BUILD.bazel index f6db591fc7..d66ac3c6ca 100644 --- a/test/e2e/BUILD.bazel +++ b/test/e2e/BUILD.bazel @@ -90,6 +90,7 @@ genrule( "//cmd/clusterctl/examples/aws:cluster.yaml.template", "//cmd/clusterctl/examples/aws:cluster-network-spec.yaml.template", "//cmd/clusterctl/examples/aws:machines.yaml.template", + "//cmd/clusterctl/examples/aws:machines-ha.yaml.template", "//cmd/clusterctl/examples/aws:provider-components-base.yaml", "//cmd/clusterctl/examples/aws:generate-yaml.sh", "manifests/provider-credentials.sh", @@ -98,6 +99,7 @@ genrule( "manifests/addons.yaml", "manifests/cluster.yaml", "manifests/machines.yaml", + "manifests/machines-ha.yaml", "manifests/provider-components.yaml", ], cmd = " && ".join([