Skip to content

Commit

Permalink
Generate reference for plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaroaleman committed Nov 10, 2020
1 parent 813f232 commit dcc5ac4
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 dcc5ac4

Please sign in to comment.