Skip to content

Commit

Permalink
Move k8s.io/test-infra over to dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cblecker committed Nov 1, 2017
1 parent 7dea542 commit bb20e3d
Show file tree
Hide file tree
Showing 970 changed files with 283,792 additions and 35,041 deletions.
51 changes: 50 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,56 @@ filegroup(
"//testgrid/jenkins_verify:all-srcs",
"//triage:all-srcs",
"//velodrome:all-srcs",
"//vendor:all-srcs",
"//vendor/bitbucket.org/ww/goautoneg:all-srcs",
"//vendor/github.com/NYTimes/gziphandler:all-srcs",
"//vendor/github.com/aws/aws-sdk-go:all-srcs",
"//vendor/github.com/beorn7/perks/quantile:all-srcs",
"//vendor/github.com/bwmarrin/snowflake:all-srcs",
"//vendor/github.com/ghodss/yaml:all-srcs",
"//vendor/github.com/go-ini/ini:all-srcs",
"//vendor/github.com/go-sql-driver/mysql:all-srcs",
"//vendor/github.com/golang/glog:all-srcs",
"//vendor/github.com/golang/lint:all-srcs",
"//vendor/github.com/golang/mock/gomock:all-srcs",
"//vendor/github.com/golang/protobuf/proto:all-srcs",
"//vendor/github.com/google/btree:all-srcs",
"//vendor/github.com/google/go-github/github:all-srcs",
"//vendor/github.com/google/go-querystring/query:all-srcs",
"//vendor/github.com/google/gofuzz:all-srcs",
"//vendor/github.com/gregjones/httpcache:all-srcs",
"//vendor/github.com/inconshreveable/mousetrap:all-srcs",
"//vendor/github.com/influxdata/influxdb:all-srcs",
"//vendor/github.com/jinzhu/gorm:all-srcs",
"//vendor/github.com/jinzhu/inflection:all-srcs",
"//vendor/github.com/jmespath/go-jmespath:all-srcs",
"//vendor/github.com/mattn/go-sqlite3:all-srcs",
"//vendor/github.com/matttproud/golang_protobuf_extensions/pbutil:all-srcs",
"//vendor/github.com/petar/GoLLRB/llrb:all-srcs",
"//vendor/github.com/peterbourgon/diskv:all-srcs",
"//vendor/github.com/prometheus/client_golang/prometheus:all-srcs",
"//vendor/github.com/prometheus/client_model/go:all-srcs",
"//vendor/github.com/prometheus/common/expfmt:all-srcs",
"//vendor/github.com/prometheus/common/model:all-srcs",
"//vendor/github.com/prometheus/procfs:all-srcs",
"//vendor/github.com/satori/go.uuid:all-srcs",
"//vendor/github.com/shurcooL/githubql:all-srcs",
"//vendor/github.com/shurcooL/go/ctxhttp:all-srcs",
"//vendor/github.com/shurcooL/graphql:all-srcs",
"//vendor/github.com/sirupsen/logrus:all-srcs",
"//vendor/github.com/spf13/cobra:all-srcs",
"//vendor/github.com/spf13/pflag:all-srcs",
"//vendor/golang.org/x/crypto/curve25519:all-srcs",
"//vendor/golang.org/x/crypto/ed25519:all-srcs",
"//vendor/golang.org/x/crypto/ssh:all-srcs",
"//vendor/golang.org/x/net/context:all-srcs",
"//vendor/golang.org/x/oauth2:all-srcs",
"//vendor/golang.org/x/sys/unix:all-srcs",
"//vendor/golang.org/x/tools/go/gcexportdata:all-srcs",
"//vendor/golang.org/x/tools/go/gcimporter15:all-srcs",
"//vendor/google.golang.org/appengine:all-srcs",
"//vendor/gopkg.in/yaml.v2:all-srcs",
"//vendor/k8s.io/contrib/test-utils/utils:all-srcs",
"//vendor/k8s.io/kubernetes/pkg/util:all-srcs",
"//verify:all-srcs",
],
tags = ["automanaged"],
Expand Down
Loading

0 comments on commit bb20e3d

Please sign in to comment.