Skip to content

Commit

Permalink
Disable and remove projects in downstream
Browse files Browse the repository at this point in the history
Those projects are broken due to incompatible changes in Bazel and
didn't get fixed for a long time.

* Android Testing: android/testing-samples#417
* Tulsi: bazelbuild/tulsi#286
* rules_dotnet: bazel-contrib/rules_dotnet#268
* rules_haskell: tweag/rules_haskell#1650
* rules_k8s: bazelbuild/rules_k8s#668
* rules_d: removed because the project isn't maintained.
  • Loading branch information
meteorcloudy committed Dec 6, 2021
1 parent 5c3dbb7 commit bffc7ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"git_repository": "https://github.com/googlesamples/android-testing.git",
"http_config": "https://raw.githubusercontent.com/googlesamples/android-testing/master/bazelci/buildkite-pipeline.yml",
"pipeline_slug": "android-testing",
"disabled_reason": "https://github.com/android/testing-samples/issues/417",
},
"Bazel": {
"git_repository": "https://github.com/bazelbuild/bazel.git",
Expand Down Expand Up @@ -253,6 +254,7 @@
"git_repository": "https://github.com/bazelbuild/tulsi.git",
"http_config": "https://raw.githubusercontent.com/bazelbuild/tulsi/master/.bazelci/presubmit.yml",
"pipeline_slug": "tulsi-bazel-darwin",
"disabled_reason": "https://github.com/bazelbuild/tulsi/issues/286",
},
"re2": {
"git_repository": "https://github.com/google/re2.git",
Expand Down Expand Up @@ -287,11 +289,6 @@
"pipeline_slug": "rules-closure-closure-compiler",
"owned_by_bazel": True,
},
"rules_d": {
"git_repository": "https://github.com/bazelbuild/rules_d.git",
"http_config": "https://raw.githubusercontent.com/bazelbuild/rules_d/master/.bazelci/presubmit.yml",
"pipeline_slug": "rules-d",
},
"rules_docker": {
"git_repository": "https://github.com/bazelbuild/rules_docker.git",
"http_config": "https://raw.githubusercontent.com/bazelbuild/rules_docker/master/.bazelci/presubmit.yml",
Expand All @@ -301,6 +298,7 @@
"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",
"disabled_reason": "https://github.com/bazelbuild/rules_dotnet/issues/268",
},
"rules_foreign_cc": {
"git_repository": "https://github.com/bazelbuild/rules_foreign_cc.git",
Expand Down Expand Up @@ -328,6 +326,7 @@
"git_repository": "https://github.com/tweag/rules_haskell.git",
"http_config": "https://raw.githubusercontent.com/tweag/rules_haskell/master/.bazelci/presubmit.yml",
"pipeline_slug": "rules-haskell-haskell",
"disabled_reason": "https://github.com/tweag/rules_haskell/issues/1650",
},
"rules_jsonnet": {
"git_repository": "https://github.com/bazelbuild/rules_jsonnet.git",
Expand All @@ -350,6 +349,7 @@
"git_repository": "https://github.com/bazelbuild/rules_k8s.git",
"http_config": "https://raw.githubusercontent.com/bazelbuild/rules_k8s/master/.bazelci/presubmit.yml",
"pipeline_slug": "rules-k8s-k8s",
"disabled_reason": "https://github.com/bazelbuild/rules_k8s/issues/668",
},
"rules_kotlin": {
"git_repository": "https://github.com/bazelbuild/rules_kotlin.git",
Expand Down Expand Up @@ -969,7 +969,7 @@ def print_collapsed_group(name):
def print_expanded_group(name):
eprint("\n\n+++ {0}\n\n".format(name))


def is_trueish(s):
return str(s).lower() in ["true", "1", "t", "y", "yes"]

Expand Down

0 comments on commit bffc7ec

Please sign in to comment.