Skip to content

Commit

Permalink
Merge pull request kubernetes#13736 from chases2/configurator-tests
Browse files Browse the repository at this point in the history
Tests for Configurator/Prow Library
  • Loading branch information
k8s-ci-robot authored Aug 2, 2019
2 parents 5de6cdf + 5b13c7f commit 5022463
Show file tree
Hide file tree
Showing 2 changed files with 569 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testgrid/cmd/configurator/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ go_test(
name = "go_default_test",
srcs = [
"config_test.go",
"prow_test.go",
"yaml2proto_test.go",
],
data = [
Expand All @@ -24,6 +25,7 @@ go_test(
],
embed = [":go_default_library"],
deps = [
"//prow/apis/prowjobs/v1:go_default_library",
"//prow/config:go_default_library",
"//testgrid/config:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/util/sets:go_default_library",
Expand Down
Loading

0 comments on commit 5022463

Please sign in to comment.