Skip to content

Commit

Permalink
Merge pull request kubernetes#45120 from ixdy/bazel-push-build
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Also upload debs to bin/$OS/$ARCH

**What this PR does / why we need it**: the bazel-built debs are used by the kubeadm e2e tests, so upload them too.

kubernetes#44591 (comment)

/assign @pipejakob 
/cc @mikedanese @spxtr 

**Release note**:

```release-note
NONE
```
  • Loading branch information
Kubernetes Submit Queue authored May 2, 2017
2 parents cf6c279 + f0e0a27 commit 46971d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ filegroup(
"//build:docker-artifacts-and-hashes",
"//build:node-targets-and-hashes",
"//build:server-targets-and-hashes",
"//build/debs:debs-and-hashes",
],
visibility = ["//visibility:private"],
)
Expand Down
3 changes: 2 additions & 1 deletion build/debs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package(default_visibility = ["//visibility:public"])

load("@bazel_tools//tools/build_defs/pkg:pkg.bzl", "pkg_tar", "pkg_deb")
load("@io_kubernetes_build//defs:deb.bzl", "k8s_deb", "deb_data")
load("@io_kubernetes_build//defs:build.bzl", "release_filegroup")

# We do not include kube-scheduler, kube-controller-manager,
# kube-apiserver, and kube-proxy in this list even though we
# produce debs for them. We recommend that they be run in docker
# images. We use the debs that we produce here to build those
# images.
filegroup(
release_filegroup(
name = "debs",
srcs = [
":cloud-controller-manager.deb",
Expand Down

0 comments on commit 46971d6

Please sign in to comment.