From 19ebf1c584af19a68318c78e3b1f9ca0032be921 Mon Sep 17 00:00:00 2001 From: Yun Peng Date: Wed, 24 Jul 2024 12:22:18 +0200 Subject: [PATCH] Use bazel's postsubmit.yml in downstream pipeline (#2010) --- buildkite/bazelci.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index 5e3e913316..5e1309bad2 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py @@ -111,9 +111,7 @@ }, "Bazel": { "git_repository": "https://github.com/bazelbuild/bazel.git", - # https://github.com/bazelbuild/bazel/issues/21864 - # "file_config": ".bazelci/postsubmit.yml", - "http_config": "https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/pipelines/bazel-postsubmit.yml", + "file_config": ".bazelci/postsubmit.yml", "pipeline_slug": "bazel-bazel", }, "Bazel Bench": {