From 26cf4168a7e0cf90a77af9933b718dcc808dba61 Mon Sep 17 00:00:00 2001 From: Marcel Hlopko Date: Fri, 19 Oct 2018 09:41:04 +0200 Subject: [PATCH] Temporarily disable gerrit But only once https://github.com/bazelbuild/rules_closure/pull/286 is merged and gerrit is updated to use rules_closure with the fix. --- buildkite/bazelci.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index 23a1292f83..eb06ff21da 100644 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py @@ -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"