Skip to content

Commit

Permalink
Add rules_dotnet to downstream pipeline (2nd try) (bazelbuild#1127)
Browse files Browse the repository at this point in the history
This PR is a revival of bazelbuild#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 bazelbuild#312
  • Loading branch information
fweikert committed Apr 1, 2021
1 parent 2d49452 commit 5569c11
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 @@ -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",
Expand Down

0 comments on commit 5569c11

Please sign in to comment.