Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kubernetes/test-infra into apisnoop
Browse files Browse the repository at this point in the history
  • Loading branch information
hh committed Apr 17, 2019
2 parents 8b38909 + 8fb3694 commit 7a279e0
Show file tree
Hide file tree
Showing 248 changed files with 16,474 additions and 2,495 deletions.
7 changes: 7 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ test:lint --test_tag_filters=lint
# you can run non-lint tests with:
# bazel test //... --config=unit
test:unit --test_tag_filters=-lint

build:remote --remote_cache=remotebuildexecution.googleapis.com
build:remote --tls_enabled=true
build:remote --remote_timeout=3600
build:remote --auth_enabled=true

build:remote-fejta --remote_instance_name=projects/fejta-prod/instances/default_instance
48 changes: 45 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ versions.check(minimum_bazel_version = "0.23.0")

git_repository(
name = "io_bazel_rules_go",
commit = "c694c0f39b073bc991865080a4d01b56a2aa94c5",
commit = "3c34e66b0507056e83bcbd9c963ab9d7e6cb049f",
remote = "https://github.com/bazelbuild/rules_go.git",
shallow_since = "1554506517 -0400",
#tag = "0.18.2",
shallow_since = "1555072240 -0400",
# tag = "0.18.3",
)

git_repository(
Expand Down Expand Up @@ -2018,3 +2018,45 @@ go_repository(
sum = "h1:oIPZROsWuPHpOdMVWLuJZXwgjhrW8r1yEX8UqMyeNHM=",
version = "v1.2.1",
)

go_repository(
name = "com_github_gobuffalo_envy",
importpath = "github.com/gobuffalo/envy",
sum = "h1:X3is06x7v0nW2xiy2yFbbIjwHz57CD6z6MkvqULTCm8=",
version = "v1.6.5",
)

go_repository(
name = "com_github_google_go_containerregistry",
importpath = "github.com/google/go-containerregistry",
sum = "h1:p6kvQYhOQUpogpCn1p/XI/A9UClYVyNTkYkKIijnl7M=",
version = "v0.0.0-20190401215819-f1df91a4a813",
)

go_repository(
name = "com_github_joho_godotenv",
importpath = "github.com/joho/godotenv",
sum = "h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc=",
version = "v1.3.0",
)

go_repository(
name = "com_github_markbates_inflect",
importpath = "github.com/markbates/inflect",
sum = "h1:5fh1gzTFhfae06u3hzHYO9xe3l3v3nW5Pwt3naLTP5g=",
version = "v1.0.4",
)

go_repository(
name = "com_github_tektoncd_pipeline",
importpath = "github.com/tektoncd/pipeline",
sum = "h1:qxPdNf3noTDiB1IhLJk5MK7giWPk36oXF6LObILlbIk=",
version = "v0.1.1-0.20190327171839-7c43fbae2816",
)

go_repository(
name = "io_k8s_kubernetes",
importpath = "k8s.io/kubernetes",
sum = "h1:6T2iAEoOYQnzQb3WvPlUkcczEEXZ7+YPlAO8olwujRw=",
version = "v1.14.0",
)
Loading

0 comments on commit 7a279e0

Please sign in to comment.