Skip to content

Commit

Permalink
Merge pull request kubernetes#19899 from alvaroaleman/add-reference
Browse files Browse the repository at this point in the history
Generate reference for plugins
  • Loading branch information
k8s-ci-robot authored Nov 10, 2020
2 parents 544acb3 + dcc5ac4 commit f0f321c
Show file tree
Hide file tree
Showing 3 changed files with 635 additions and 0 deletions.
11 changes: 11 additions & 0 deletions prow/plugins/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ go_test(
"plugins_test.go",
"respond_test.go",
],
data = [
":fixtures",
":package-srcs",
],
embed = [":go_default_library"],
deps = [
"//pkg/genyaml:go_default_library",
"//prow/bugzilla:go_default_library",
"//prow/github:go_default_library",
"@com_github_google_go_cmp//cmp:go_default_library",
Expand Down Expand Up @@ -126,3 +131,9 @@ filegroup(
],
tags = ["automanaged"],
)

filegroup(
name = "fixtures",
srcs = glob(["*.yaml"]),
visibility = ["//visibility:private"],
)
Loading

0 comments on commit f0f321c

Please sign in to comment.