Skip to content

Commit

Permalink
Temporarily disable gerrit
Browse files Browse the repository at this point in the history
But only once bazelbuild/rules_closure#286 is merged and gerrit is updated to use rules_closure with the fix.
  • Loading branch information
hlopko authored and joeleba committed Jun 17, 2019
1 parent 42b0a91 commit 26cf416
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,11 @@
"git_repository": "https://github.com/bazelbuild/eclipse.git",
"http_config": "https://raw.githubusercontent.com/bazelbuild/eclipse/master/.bazelci/presubmit.yml"
},
"Gerrit": {
"git_repository": "https://gerrit.googlesource.com/gerrit.git",
"http_config": "https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/pipelines/gerrit-postsubmit.yml"
},
# TODO(rules_typescript#286): update rules_typescript once https://github.com/bazelbuild/rules_closure/pull/286 is merged
# "Gerrit": {
# "git_repository": "https://gerrit.googlesource.com/gerrit.git",
# "http_config": "https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/pipelines/gerrit-postsubmit.yml"
# },
"Google Logging": {
"git_repository": "https://github.com/google/glog.git",
"http_config": "https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/pipelines/glog-postsubmit.yml"
Expand Down

0 comments on commit 26cf416

Please sign in to comment.