Skip to content

Commit

Permalink
Run hack/update-bazel.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ixdy committed Feb 26, 2018
1 parent 41ffd09 commit 88ad6f0
Show file tree
Hide file tree
Showing 110 changed files with 0 additions and 131 deletions.
2 changes: 0 additions & 2 deletions boskos/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ load(
go_binary(
name = "boskos",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/boskos",
pure = "on",
)

Expand All @@ -19,7 +18,6 @@ go_test(
srcs = ["boskos_test.go"],
data = ["resources.json"],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/boskos",
deps = [
"//boskos/common:go_default_library",
"//boskos/ranch:go_default_library",
Expand Down
1 change: 0 additions & 1 deletion boskos/client/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ go_test(
name = "go_default_test",
srcs = ["client_test.go"],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/boskos/client",
deps = ["//boskos/common:go_default_library"],
)

Expand Down
2 changes: 0 additions & 2 deletions boskos/janitor/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ load(
go_binary(
name = "janitor",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/boskos/janitor",
pure = "on",
)

Expand Down Expand Up @@ -42,6 +41,5 @@ go_test(
name = "go_default_test",
srcs = ["janitor_test.go"],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/boskos/janitor",
deps = ["//boskos/common:go_default_library"],
)
1 change: 0 additions & 1 deletion boskos/metrics/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ load(
go_binary(
name = "metrics",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/boskos/metrics",
pure = "on",
tags = ["automanaged"],
)
Expand Down
1 change: 0 additions & 1 deletion boskos/ranch/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ go_test(
name = "go_default_test",
srcs = ["ranch_test.go"],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/boskos/ranch",
deps = ["//boskos/common:go_default_library"],
)

Expand Down
1 change: 0 additions & 1 deletion boskos/reaper/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ load(
go_binary(
name = "reaper",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/boskos/reaper",
pure = "on",
)

Expand Down
2 changes: 0 additions & 2 deletions experiment/bootstrap/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ go_library(
go_binary(
name = "bootstrap",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/experiment/bootstrap",
visibility = ["//visibility:public"],
)

Expand All @@ -44,5 +43,4 @@ go_test(
"repos_test.go",
],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/experiment/bootstrap",
)
2 changes: 0 additions & 2 deletions experiment/cherrypicker/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ go_library(
go_binary(
name = "cherrypicker",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/experiment/cherrypicker",
visibility = ["//visibility:public"],
)

Expand All @@ -45,7 +44,6 @@ go_test(
name = "go_default_test",
srcs = ["server_test.go"],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/experiment/cherrypicker",
deps = [
"//prow/git/localgit:go_default_library",
"//prow/github:go_default_library",
Expand Down
2 changes: 0 additions & 2 deletions experiment/coverage/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ go_library(
go_binary(
name = "coverage",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/experiment/coverage",
visibility = ["//visibility:public"],
)

Expand All @@ -36,5 +35,4 @@ go_test(
name = "go_default_test",
srcs = ["apicoverage_test.go"],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/experiment/coverage",
)
1 change: 0 additions & 1 deletion experiment/manual-trigger/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ go_library(
go_binary(
name = "manual-trigger",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/experiment/manual-trigger",
visibility = ["//visibility:public"],
)

Expand Down
1 change: 0 additions & 1 deletion experiment/refresh/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ go_library(
go_binary(
name = "refresh",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/experiment/refresh",
visibility = ["//visibility:public"],
)

Expand Down
2 changes: 0 additions & 2 deletions experiment/tracer/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@ go_library(
go_binary(
name = "tracer",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/experiment/tracer",
visibility = ["//visibility:public"],
)

go_test(
name = "go_default_test",
srcs = ["trace_test.go"],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/experiment/tracer",
)

filegroup(
Expand Down
1 change: 0 additions & 1 deletion gcsweb/cmd/gcsweb/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ load(
go_binary(
name = "gcsweb",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/gcsweb/cmd/gcsweb",
pure = "on",
)

Expand Down
1 change: 0 additions & 1 deletion ghclient/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ go_test(
"wrappers_test.go",
],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/ghclient",
tags = ["automanaged"],
deps = ["//vendor/github.com/google/go-github/github:go_default_library"],
)
Expand Down
1 change: 0 additions & 1 deletion images/bootstrap/barnacle/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ go_library(
go_binary(
name = "barnacle",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/images/bootstrap/barnacle",
pure = "on",
visibility = ["//visibility:public"],
)
Expand Down
2 changes: 0 additions & 2 deletions kubetest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ load(
go_binary(
name = "kubetest",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/kubetest",
pure = "on",
)

Expand Down Expand Up @@ -77,6 +76,5 @@ go_test(
"util_test.go",
],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/kubetest",
deps = ["//kubetest/util:go_default_library"],
)
3 changes: 0 additions & 3 deletions label_sync/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ go_image(
name = "label_sync-image",
base = "@distroless-base//image",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/label_sync",
pure = "on",
tags = ["automanaged"],
)
Expand All @@ -49,7 +48,6 @@ go_test(
"//label_sync:test_examples",
],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/label_sync",
tags = ["automanaged"],
)

Expand Down Expand Up @@ -87,5 +85,4 @@ filegroup(
go_binary(
name = "label_sync",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/label_sync",
)
1 change: 0 additions & 1 deletion logexporter/cmd/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ load(
go_binary(
name = "cmd",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/logexporter/cmd",
pure = "on",
)

Expand Down
1 change: 0 additions & 1 deletion maintenance/aws-janitor/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ go_library(
go_binary(
name = "aws-janitor",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/maintenance/aws-janitor",
visibility = ["//visibility:public"],
)

Expand Down
1 change: 0 additions & 1 deletion maintenance/fixconfig/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ go_library(
go_binary(
name = "fixconfig",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/maintenance/fixconfig",
visibility = ["//visibility:public"],
)

Expand Down
1 change: 0 additions & 1 deletion maintenance/migratestatus/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ load(
go_binary(
name = "migratestatus",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/maintenance/migratestatus",
)

go_library(
Expand Down
1 change: 0 additions & 1 deletion maintenance/migratestatus/migrator/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ go_test(
name = "go_default_test",
srcs = ["migrator_test.go"],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/maintenance/migratestatus/migrator",
deps = ["//vendor/github.com/google/go-github/github:go_default_library"],
)

Expand Down
1 change: 0 additions & 1 deletion mungegithub/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ load(
go_binary(
name = "mungegithub",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/mungegithub",
pure = "on",
)

Expand Down
1 change: 0 additions & 1 deletion mungegithub/example-one-off/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ load(
go_binary(
name = "example-one-off",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/mungegithub/example-one-off",
)

go_library(
Expand Down
1 change: 0 additions & 1 deletion mungegithub/features/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ go_test(
name = "go_default_test",
srcs = ["repo-updates_test.go"],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/mungegithub/features",
deps = [
"//vendor/github.com/golang/glog:go_default_library",
"//vendor/github.com/google/go-github/github:go_default_library",
Expand Down
1 change: 0 additions & 1 deletion mungegithub/github/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ go_test(
"status_change_test.go",
],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/mungegithub/github",
deps = [
"//mungegithub/github/testing:go_default_library",
"//vendor/github.com/google/go-github/github:go_default_library",
Expand Down
1 change: 0 additions & 1 deletion mungegithub/mungers/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ go_test(
"//mungegithub:configs",
],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/mungegithub/mungers",
race = "off", # kubernetes/test-infra/issues/3639
deps = [
"//mungegithub/features:go_default_library",
Expand Down
1 change: 0 additions & 1 deletion mungegithub/mungers/approvers/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ go_test(
"owners_test.go",
],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/mungegithub/mungers/approvers",
deps = ["//vendor/k8s.io/apimachinery/pkg/util/sets:go_default_library"],
)

Expand Down
1 change: 0 additions & 1 deletion mungegithub/mungers/e2e/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ go_test(
"resolved_test.go",
],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/mungegithub/mungers/e2e",
deps = [
"//mungegithub/options:go_default_library",
"//vendor/k8s.io/contrib/test-utils/utils:go_default_library",
Expand Down
1 change: 0 additions & 1 deletion mungegithub/mungers/flakesync/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ go_test(
name = "go_default_test",
srcs = ["cache_test.go"],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/mungegithub/mungers/flakesync",
deps = ["//vendor/github.com/google/gofuzz:go_default_library"],
)

Expand Down
1 change: 0 additions & 1 deletion mungegithub/mungers/matchers/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ go_test(
"//mungegithub:configs",
],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/mungegithub/mungers/matchers",
deps = ["//vendor/github.com/google/go-github/github:go_default_library"],
)

Expand Down
1 change: 0 additions & 1 deletion mungegithub/mungers/matchers/comment/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ go_test(
"pinger_test.go",
],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/mungegithub/mungers/matchers/comment",
)

go_library(
Expand Down
1 change: 0 additions & 1 deletion mungegithub/mungers/matchers/event/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ go_test(
"finder_test.go",
],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/mungegithub/mungers/matchers/event",
deps = ["//vendor/github.com/google/go-github/github:go_default_library"],
)

Expand Down
1 change: 0 additions & 1 deletion mungegithub/mungers/mungerutil/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ go_test(
"util_test.go",
],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/mungegithub/mungers/mungerutil",
deps = ["//vendor/github.com/google/go-github/github:go_default_library"],
)

Expand Down
1 change: 0 additions & 1 deletion mungegithub/options/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ go_test(
name = "go_default_test",
srcs = ["options_test.go"],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/mungegithub/options",
deps = ["//vendor/k8s.io/apimachinery/pkg/util/sets:go_default_library"],
)

Expand Down
2 changes: 0 additions & 2 deletions prow/cmd/branchprotector/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ go_test(
"protect_test.go",
],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/prow/cmd/branchprotector",
deps = [
"//prow/config:go_default_library",
"//prow/github:go_default_library",
Expand All @@ -66,6 +65,5 @@ filegroup(
go_binary(
name = "branchprotector",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/prow/cmd/branchprotector",
visibility = ["//visibility:public"],
)
1 change: 0 additions & 1 deletion prow/cmd/clonerefs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ go_image(
go_binary(
name = "clonerefs",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/prow/cmd/clonerefs",
visibility = ["//visibility:public"],
)

Expand Down
1 change: 0 additions & 1 deletion prow/cmd/config/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ go_binary(
name = "config",
data = ["//prow:configs"],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/prow/cmd/config",
visibility = ["//visibility:public"],
)

Expand Down
2 changes: 0 additions & 2 deletions prow/cmd/deck/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ go_image(
go_binary(
name = "deck",
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/prow/cmd/deck",
pure = "on",
)

Expand All @@ -41,7 +40,6 @@ go_test(
"tide_test.go",
],
embed = [":go_default_library"],
importpath = "k8s.io/test-infra/prow/cmd/deck",
deps = [
"//prow/config:go_default_library",
"//prow/kube:go_default_library",
Expand Down
Loading

0 comments on commit 88ad6f0

Please sign in to comment.