-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
updating to bazel 0.0.7 and adding verify scripts #3769
Conversation
9d22e27
to
feee4b9
Compare
feee4b9
to
30acda8
Compare
@@ -568,17 +569,30 @@ kops-server-push: kops-server-build | |||
|
|||
.PHONY: bazel-test | |||
bazel-test: | |||
bazel test //cmd/... //pkg/... //channels/... //nodeup/... //channels/... //protokube/... //dns-controller/... //upup/... //util/... --test_output=errors | |||
bazel ${BAZEL_OPTIONS} test //cmd/... //pkg/... //channels/... //nodeup/... //channels/... //protokube/... //dns-controller/... //upup/... //util/... //hack:verify-all --test_output=errors |
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.
BAZEL_OPTIONS will be used when we start using travis and bazel
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@@ -595,6 +609,10 @@ bazel-push-gce-run: bazel-push | |||
bazel-push-aws-run: bazel-push | |||
ssh -t ${TARGET} sudo SKIP_PACKAGE_UPDATE=1 /tmp/nodeup --conf=/var/cache/kubernetes-install/kube_env.yaml --v=8 | |||
|
|||
.PHONY: bazel-gazelle | |||
bazel-gazelle: | |||
bazel run //:gazelle |
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.
👍
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue. |
/assign @geojaz