From 5569c112f8568c1cc23b371df6534b9ebd528c62 Mon Sep 17 00:00:00 2001 From: Florian Weikert Date: Thu, 1 Apr 2021 14:04:33 +0200 Subject: [PATCH] Add rules_dotnet to downstream pipeline (2nd try) (#1127) This PR is a revival of https://github.com/bazelbuild/continuous-integration/pull/504. At the time we decided to NOT merge the PR since the pipeline had been broken for quite some time. However, this has now changed, as the pipeline is stable and has been green for several weeks: https://buildkite.com/bazel/rules-dotnet-edge/builds?branch=master Fixes https://github.com/bazelbuild/continuous-integration/issues/312 --- buildkite/bazelci.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index f13e660a79..579a799905 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py @@ -296,6 +296,11 @@ "http_config": "https://raw.githubusercontent.com/bazelbuild/rules_docker/master/.bazelci/presubmit.yml", "pipeline_slug": "rules-docker-docker", }, + "rules_dotnet": { + "git_repository": "https://github.com/bazelbuild/rules_dotnet.git", + "http_config": "https://raw.githubusercontent.com/bazelbuild/rules_dotnet/master/.bazelci/presubmit.yml", + "pipeline_slug": "rules-dotnet-edge", + }, "rules_foreign_cc": { "git_repository": "https://github.com/bazelbuild/rules_foreign_cc.git", "http_config": "https://raw.githubusercontent.com/bazelbuild/rules_foreign_cc/main/.bazelci/config.yaml",