Skip to content

Commit

Permalink
Remove Android Testing from downstream (#268)
Browse files Browse the repository at this point in the history
Blocked on issues in bazelbuild/bazel#4979
  • Loading branch information
jin authored and buchgr committed Sep 5, 2018
1 parent 37cd1c2 commit 152a41e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,11 @@ def eprint(*args, **kwargs):

def downstream_projects():
return {
"Android Testing": {
"git_repository": "https://github.com/googlesamples/android-testing.git",
"http_config": "https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/pipelines/android-testing-postsubmit.yml"
},
# Removed until issues in https://github.com/bazelbuild/bazel/issues/4979 is fully resolved
# "Android Testing": {
# "git_repository": "https://github.com/googlesamples/android-testing.git",
# "http_config": "https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/pipelines/android-testing-postsubmit.yml"
# },
"Bazel Remote Execution": {
"git_repository": "https://github.com/bazelbuild/bazel.git",
"http_config": "https://raw.githubusercontent.com/bazelbuild/continuous-integration/master/buildkite/pipelines/bazel-remote-execution-postsubmit.yml"
Expand Down

0 comments on commit 152a41e

Please sign in to comment.