-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A little make & bazel cleaning #662
Conversation
Benefits include * Removes Make's direct dependency on `gcloud` for production builds * Reduce the number of unique variables (e.g. REGISTRY_STABLE vs REGISTRY_DEV) * Reduce the number of bazel targets to be more reusable Signed-off-by: Chuck Ha <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chuckha The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -1,6 +1,8 @@ | |||
build --define=MANAGER_IMAGE_NAME=cluster-api-aws-controller | |||
build --define=MANAGER_IMAGE_TAG=0.0.4 | |||
build --define=REGISTRY_STABLE=gcr.io/cluster-api-provider-aws |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😍
* Removes generated provider-components file from repo * Removes extra bazel and make targets Signed-off-by: Chuck Ha <[email protected]>
@@ -47,4 +47,4 @@ kubeconfig | |||
|
|||
# Ignore output manifests | |||
cmd/clusterctl/examples/aws/out | |||
cmd/clusterctl/examples/aws/provider-components-base-dev.yaml | |||
cmd/clusterctl/examples/aws/provider-components-base.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
both -dev and this one are generated files. Neither of which should have been checked in
lgtm, leaving final lgtm to @vincepri |
/lgtm |
/test pull-cluster-api-provider-aws-bazel-integration |
Benefits include
gcloud
for production buildsWhat this PR does / why we need it:
These are some small clean ups that will make fixing #661 easier.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Release note: