Skip to content

Commit

Permalink
Add rules_dotnet to downstream pipeline.
Browse files Browse the repository at this point in the history
However, we should wait before submitting this fix: The rules_dotnet pipeline has been stale for several months, and a manual build failed on all platforms (https://buildkite.com/bazel/rules-dotnet-edge/builds/6).
The team should properly set up the GitHub webhook and then fix their tests.

Fixes bazelbuild#312.
  • Loading branch information
fweikert committed Feb 26, 2019
1 parent bf4a8c0 commit 9126863
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,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/master/.bazelci/config.yaml",
Expand Down

0 comments on commit 9126863

Please sign in to comment.